summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gui/widgets/shortcutcontainer.h5
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.
*/