aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/Applications
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-06-10 22:02:10 -0400
committerMichael <[email protected]>2017-06-10 22:02:10 -0400
commitc3deaa23fffb7011efb2b5b0f7fc3e754d21f600 (patch)
tree4e1cb7c846de1dd454c813eb8e49119a6ef54c70 /ShiftOS.WinForms/Applications
parent920e33a2fd329ccbdfeb38ddedd0b4d87e97ed86 (diff)
downloadshiftos_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.cs2
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;
}