diff options
Diffstat (limited to 'src/gui/button.h')
-rw-r--r-- | src/gui/button.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/gui/button.h b/src/gui/button.h index d7026951..b7d48929 100644 --- a/src/gui/button.h +++ b/src/gui/button.h @@ -36,20 +36,6 @@ class Button : public gcn::Button { // Inherited from Widget void draw(gcn::Graphics* graphics); - void lostFocus(); - - // Inherited from MouseListener - - void mousePress(int x, int y, int button); - void mouseRelease(int x, int y, int button); - - // Inherited from KeyListener - - void keyPress(const gcn::Key& key); - void keyRelease(const gcn::Key& key); - - private: - bool mouseDown, keyDown; }; #endif |