mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
Removed unused code
This commit is contained in:
parent
78f5ce692c
commit
7996c273b4
2 changed files with 2 additions and 2 deletions
|
|
@ -111,7 +111,7 @@ public static void AssociateExtension(string applicationExecutablePath, string e
|
|||
}
|
||||
}
|
||||
|
||||
public static void DissociateExtension(string applicationExecutablePath, string extension)
|
||||
public static void DissociateExtension(string extension)
|
||||
{
|
||||
try
|
||||
{
|
||||
|
|
|
|||
|
|
@ -205,7 +205,7 @@ private void AssociateCheckBox_Click(object sender, EventArgs e)
|
|||
}
|
||||
else
|
||||
{
|
||||
Methods.DissociateExtension(Assembly.GetEntryAssembly().Location, "cnp");
|
||||
Methods.DissociateExtension("cnp");
|
||||
}
|
||||
settings.explorerAssociate = associateCheckBox.Checked;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue