diff options
| author | Michael <[email protected]> | 2017-06-10 22:02:10 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-06-10 22:02:10 -0400 |
| commit | c3deaa23fffb7011efb2b5b0f7fc3e754d21f600 (patch) | |
| tree | 4e1cb7c846de1dd454c813eb8e49119a6ef54c70 /ShiftOS.WinForms/Applications | |
| parent | 920e33a2fd329ccbdfeb38ddedd0b4d87e97ed86 (diff) | |
| download | shiftos_thereturn-c3deaa23fffb7011efb2b5b0f7fc3e754d21f600.tar.gz shiftos_thereturn-c3deaa23fffb7011efb2b5b0f7fc3e754d21f600.tar.bz2 shiftos_thereturn-c3deaa23fffb7011efb2b5b0f7fc3e754d21f600.zip | |
Even more menu work.
Diffstat (limited to 'ShiftOS.WinForms/Applications')
| -rw-r--r-- | ShiftOS.WinForms/Applications/ShiftoriumFrontend.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ShiftOS.WinForms/Applications/ShiftoriumFrontend.cs b/ShiftOS.WinForms/Applications/ShiftoriumFrontend.cs index 5dfb98e..eebd897 100644 --- a/ShiftOS.WinForms/Applications/ShiftoriumFrontend.cs +++ b/ShiftOS.WinForms/Applications/ShiftoriumFrontend.cs @@ -59,7 +59,6 @@ namespace ShiftOS.WinForms.Applications public ShiftoriumFrontend() { InitializeComponent(); - SaveSystem.CurrentSave.addSetCpCallback(updatecounter); updatecounter(); Populate(); SetList(); @@ -238,7 +237,6 @@ namespace ShiftOS.WinForms.Applications public bool OnUnload() { - SaveSystem.CurrentSave.removeSetCpCallback(updatecounter); return true; } |
