diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-05-25 16:47:59 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-05-25 16:47:59 +0300 |
commit | 95d7e3775c24aad327e8aa13ec401da45be5c7f5 (patch) | |
tree | 77111d6dfd2a04edd1b4cbd97c511b26e4d5bbb7 /src/gui/widgets | |
parent | 3f4e892255385ff29024baa510ba0ece506375c9 (diff) | |
download | plus-95d7e3775c24aad327e8aa13ec401da45be5c7f5.tar.gz plus-95d7e3775c24aad327e8aa13ec401da45be5c7f5.tar.bz2 plus-95d7e3775c24aad327e8aa13ec401da45be5c7f5.tar.xz plus-95d7e3775c24aad327e8aa13ec401da45be5c7f5.zip |
Remove useless method definition.
Diffstat (limited to 'src/gui/widgets')
-rw-r--r-- | src/gui/widgets/shortcutcontainer.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gui/widgets/shortcutcontainer.h b/src/gui/widgets/shortcutcontainer.h index e10d91f3c..8b8f52ff6 100644 --- a/src/gui/widgets/shortcutcontainer.h +++ b/src/gui/widgets/shortcutcontainer.h @@ -49,11 +49,6 @@ class ShortcutContainer notfinal : public Widget, virtual ~ShortcutContainer(); /** - * Draws the shortcuts - */ - void draw(Graphics *graphics) override = 0; - - /** * Invoked when a widget changes its size. This is used to determine * the new height of the container. */ |