diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-07-03 17:33:41 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-07-03 17:33:41 +0300 |
commit | cf740caaa1b06ee1ac3142c031b7e1aea22f7ac4 (patch) | |
tree | 55f781d665f576e119ce38266415c08e2ae1fb31 /src/gui/widgets/shortcutcontainer.cpp | |
parent | 7f8fd01cdd56b322c19e58c19d483fb32fb05cb5 (diff) | |
download | plus-cf740caaa1b06ee1ac3142c031b7e1aea22f7ac4.tar.gz plus-cf740caaa1b06ee1ac3142c031b7e1aea22f7ac4.tar.bz2 plus-cf740caaa1b06ee1ac3142c031b7e1aea22f7ac4.tar.xz plus-cf740caaa1b06ee1ac3142c031b7e1aea22f7ac4.zip |
remove unused code from shortcutcontainer.
Diffstat (limited to 'src/gui/widgets/shortcutcontainer.cpp')
-rw-r--r-- | src/gui/widgets/shortcutcontainer.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/widgets/shortcutcontainer.cpp b/src/gui/widgets/shortcutcontainer.cpp index 89b5c1c14..ed3c32f04 100644 --- a/src/gui/widgets/shortcutcontainer.cpp +++ b/src/gui/widgets/shortcutcontainer.cpp @@ -40,8 +40,6 @@ ShortcutContainer::ShortcutContainer() : mMaxItems(0), mBoxWidth(1), mBoxHeight(1), - mCursorPosX(0), - mCursorPosY(0), mGridWidth(1), mGridHeight(1), mVertexes(new ImageCollection), |