mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
Deleted unused var's
This commit is contained in:
parent
66aa4a1606
commit
806e8b6ea2
1 changed files with 0 additions and 3 deletions
|
|
@ -17,9 +17,6 @@ namespace Crypto_Notepad
|
||||||
{
|
{
|
||||||
public partial class MainWindow : Form
|
public partial class MainWindow : Form
|
||||||
{
|
{
|
||||||
[DllImport("user32.dll")]
|
|
||||||
static extern int SendMessage(IntPtr hWnd, uint wMsg, UIntPtr wParam, IntPtr lParam);
|
|
||||||
public static string filename = "Unnamed.cnp";
|
|
||||||
public static string key = "";
|
public static string key = "";
|
||||||
public static bool keyChanged = false;
|
public static bool keyChanged = false;
|
||||||
public static bool settingsChanged = false;
|
public static bool settingsChanged = false;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue