Updated gui.panel.note and simplified hooke.plugin.note.
[hooke.git] / hooke / ui / gui / panel / commands.py
index 5ea8ba5d6d47d82245429695139e2dd0176a2d37..f46f098bd21713c841759ec15c6de7f7b2e163b2 100644 (file)
@@ -186,7 +186,6 @@ class CommandsPanel (Panel, wx.Panel):
         sizer.Fit(self)\r
 \r
         self.Bind(wx.EVT_BUTTON, self._on_execute_button)\r
-        self._callbacks = callbacks\r
 \r
     def _on_execute_button(self, event):\r
         self._c['tree'].execute()\r