eda: Removed extra arguments in EditSection code
authorJerome St-Louis <jerome@ecere.com>
Sat, 2 Feb 2013 02:22:12 +0000 (21:22 -0500)
committerJerome St-Louis <jerome@ecere.com>
Sat, 2 Feb 2013 02:22:12 +0000 (21:22 -0500)
eda/libeda/src/gui.ec

index a51f666..fd46e71 100644 (file)
@@ -974,7 +974,7 @@ public:
 
       bool NotifyClicked(Button button, int x, int y, Modifiers mods)
       {
-         EditSave(editRow);
+         EditSave();
          return true;
       }
    };
@@ -985,7 +985,7 @@ public:
 
       bool NotifyClicked(Button button, int x, int y, Modifiers mods)
       {
-         EditLoad(editRow);
+         EditLoad();
          return true;
       }
    };