Huh?????????????

Random LDAP garbage, not used, ever, and has just been hanging out there for 8 years.  You won't be missed!
This commit is contained in:
nattthebear 2020-07-09 07:15:02 -04:00
parent b0e6174467
commit 7495a08b9b
2 changed files with 0 additions and 3 deletions

View File

@ -87,7 +87,6 @@
<ItemGroup> <ItemGroup>
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" PrivateAssets="all" /> <PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" PrivateAssets="all" />
<Reference Include="Microsoft.VisualBasic" /> <Reference Include="Microsoft.VisualBasic" />
<Reference Include="System.DirectoryServices" />
<Reference Include="System.Net.Http" /> <Reference Include="System.Net.Http" />
<Reference Include="System.Windows.Forms" /> <Reference Include="System.Windows.Forms" />
</ItemGroup> </ItemGroup>

View File

@ -29,7 +29,6 @@
private void InitializeComponent() private void InitializeComponent()
{ {
this.OK = new System.Windows.Forms.Button(); this.OK = new System.Windows.Forms.Button();
this.directoryEntry1 = new System.DirectoryServices.DirectoryEntry();
this.FilterBox = new System.Windows.Forms.TextBox(); this.FilterBox = new System.Windows.Forms.TextBox();
this.label1 = new BizHawk.WinForms.Controls.LocLabelEx(); this.label1 = new BizHawk.WinForms.Controls.LocLabelEx();
this.ToWikiMarkupButton = new System.Windows.Forms.Button(); this.ToWikiMarkupButton = new System.Windows.Forms.Button();
@ -161,7 +160,6 @@
#endregion #endregion
private System.Windows.Forms.Button OK; private System.Windows.Forms.Button OK;
private System.DirectoryServices.DirectoryEntry directoryEntry1;
private System.Windows.Forms.ListView FunctionView; private System.Windows.Forms.ListView FunctionView;
private System.Windows.Forms.ColumnHeader LibraryHead; private System.Windows.Forms.ColumnHeader LibraryHead;
private System.Windows.Forms.ColumnHeader LibraryReturn; private System.Windows.Forms.ColumnHeader LibraryReturn;