diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-04-06 11:31:24 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-04-06 11:31:24 +0300 |
commit | 20ad155838f202584cb261ff8a33fd458a04d83f (patch) | |
tree | 7744905ed6c10e1b46b1c59223637324ba0174be /src/gui/widgets/shortcutcontainer.h | |
parent | cc6a796f11bdbce53b60c0992020c569f74dd9ce (diff) | |
download | plus-20ad155838f202584cb261ff8a33fd458a04d83f.tar.gz plus-20ad155838f202584cb261ff8a33fd458a04d83f.tar.bz2 plus-20ad155838f202584cb261ff8a33fd458a04d83f.tar.xz plus-20ad155838f202584cb261ff8a33fd458a04d83f.zip |
Move redraw flag from widgets into base widget.
Diffstat (limited to 'src/gui/widgets/shortcutcontainer.h')
-rw-r--r-- | src/gui/widgets/shortcutcontainer.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gui/widgets/shortcutcontainer.h b/src/gui/widgets/shortcutcontainer.h index 81392097b..d4d4ac4bf 100644 --- a/src/gui/widgets/shortcutcontainer.h +++ b/src/gui/widgets/shortcutcontainer.h @@ -93,9 +93,6 @@ class ShortcutContainer : public Widget, void drawBackground(Graphics *g); - void setRedraw(bool b) - { mRedraw = b; } - protected: /** * Constructor. Initializes the shortcut container. @@ -121,7 +118,6 @@ class ShortcutContainer : public Widget, int mGridWidth; int mGridHeight; ImageCollection *mVertexes; - bool mRedraw; }; #endif // GUI_WIDGETS_SHORTCUTCONTAINER_H |