From 8fb163024e321e00e55ff324ccdac34b9adfb773 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Sat, 18 Dec 2004 01:53:10 +0000 Subject: Added colon to the fixed font and removed some alfont usage. --- src/gui/button.h | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'src/gui/button.h') 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 -- cgit v1.2.3-70-g09d2