summaryrefslogtreecommitdiff
path: root/src/gui/shortcutwindow.h
diff options
context:
space:
mode:
authorIra Rice <irarice@gmail.com>2009-03-14 22:20:12 -0600
committerIra Rice <irarice@gmail.com>2009-03-14 22:20:12 -0600
commitebd128d47a3bcdf0b0bc03f179c4365c7c23a084 (patch)
tree784d3e1b799ba59a6335391aaba17a11fb5de678 /src/gui/shortcutwindow.h
parenta9a1ed080289185cc5e71a127d7fdf35c920de8a (diff)
downloadmana-client-ebd128d47a3bcdf0b0bc03f179c4365c7c23a084.tar.gz
mana-client-ebd128d47a3bcdf0b0bc03f179c4365c7c23a084.tar.bz2
mana-client-ebd128d47a3bcdf0b0bc03f179c4365c7c23a084.tar.xz
mana-client-ebd128d47a3bcdf0b0bc03f179c4365c7c23a084.zip
Removed a redundant widget resize function in the shortcut window.
Signed-off-by: Ira Rice <irarice@gmail.com>
Diffstat (limited to 'src/gui/shortcutwindow.h')
-rw-r--r--src/gui/shortcutwindow.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gui/shortcutwindow.h b/src/gui/shortcutwindow.h
index 42077d9c..d79fffd2 100644
--- a/src/gui/shortcutwindow.h
+++ b/src/gui/shortcutwindow.h
@@ -46,11 +46,6 @@ class ShortcutWindow : public Window
*/
~ShortcutWindow();
- /**
- * Called whenever the widget changes size.
- */
- void widgetResized(const gcn::Event &event);
-
private:
ShortcutWindow();
ShortcutContainer *mItems;