diff options
author | Ira Rice <irarice@gmail.com> | 2009-03-14 22:20:12 -0600 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2009-03-14 22:20:12 -0600 |
commit | ebd128d47a3bcdf0b0bc03f179c4365c7c23a084 (patch) | |
tree | 784d3e1b799ba59a6335391aaba17a11fb5de678 /src/gui/shortcutwindow.h | |
parent | a9a1ed080289185cc5e71a127d7fdf35c920de8a (diff) | |
download | mana-ebd128d47a3bcdf0b0bc03f179c4365c7c23a084.tar.gz mana-ebd128d47a3bcdf0b0bc03f179c4365c7c23a084.tar.bz2 mana-ebd128d47a3bcdf0b0bc03f179c4365c7c23a084.tar.xz mana-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.h | 5 |
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; |