From 243932ef169949917f17d3107e00f97886da0a14 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 15 Aug 2014 19:46:48 +0300 Subject: Fix code style. --- src/shortcutbase.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/shortcutbase.h') diff --git a/src/shortcutbase.h b/src/shortcutbase.h index 50ea8a2ce..ffabed39f 100644 --- a/src/shortcutbase.h +++ b/src/shortcutbase.h @@ -73,7 +73,7 @@ class ShortcutBase notfinal /** * Returns the amount of shortcut items. */ - int getItemCount() A_WARN_UNUSED + int getItemCount() const A_WARN_UNUSED { return mMaxSize; } /** @@ -131,8 +131,6 @@ class ShortcutBase notfinal int mItemSelected; int mMaxSize; unsigned char mItemColorSelected; - - int mLastDropIndex; }; #endif // SHORTCUTBASE_H -- cgit v1.2.3-60-g2f50