diff options
author | Yohann Ferreira <bertram@cegetel.net> | 2005-08-18 21:47:34 +0000 |
---|---|---|
committer | Yohann Ferreira <bertram@cegetel.net> | 2005-08-18 21:47:34 +0000 |
commit | 44cf0fd601f9f3f0bb51871dfe7b5645090f41e0 (patch) | |
tree | f0a7055847d8ad776801448f16b5dbb65ab48a61 /src/gui/window.h | |
parent | 7982a54c295a8aaf5b4c855a4face377ba189d39 (diff) | |
download | mana-44cf0fd601f9f3f0bb51871dfe7b5645090f41e0.tar.gz mana-44cf0fd601f9f3f0bb51871dfe7b5645090f41e0.tar.bz2 mana-44cf0fd601f9f3f0bb51871dfe7b5645090f41e0.tar.xz mana-44cf0fd601f9f3f0bb51871dfe7b5645090f41e0.zip |
*Temporary* fix to the resize code. But I'll be avenged by asking for adding resize code in guichan itself ;)
Diffstat (limited to 'src/gui/window.h')
-rw-r--r-- | src/gui/window.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/window.h b/src/gui/window.h index 1bdac52c..18da6cdb 100644 --- a/src/gui/window.h +++ b/src/gui/window.h @@ -152,7 +152,6 @@ class Window : public gcn::Window, public ConfigListener void mousePress(int x, int y, int button); void mouseMotion(int mx, int my); void mouseRelease(int x, int y, int button); - void mouseOut(); /** * Called when an config option changes. |