aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xbmc/pictures/GUIWindowSlideShow.cpp1
-rw-r--r--xbmc/profiles/windows/GUIWindowSettingsProfile.cpp1
-rw-r--r--xbmc/video/dialogs/GUIDialogVideoBookmarks.cpp1
-rw-r--r--xbmc/windows/GUIWindowWeather.cpp1
4 files changed, 0 insertions, 4 deletions
diff --git a/xbmc/pictures/GUIWindowSlideShow.cpp b/xbmc/pictures/GUIWindowSlideShow.cpp
index fb45d99339..cb15eb4092 100644
--- a/xbmc/pictures/GUIWindowSlideShow.cpp
+++ b/xbmc/pictures/GUIWindowSlideShow.cpp
@@ -68,7 +68,6 @@ using namespace KODI::MESSAGING;
#define ROTATION_SNAP_RANGE 10.0f
#define LABEL_ROW1 10
-#define LABEL_ROW2 11
#define CONTROL_PAUSE 13
static float zoomamount[10] = { 1.0f, 1.2f, 1.5f, 2.0f, 2.8f, 4.0f, 6.0f, 9.0f, 13.5f, 20.0f };
diff --git a/xbmc/profiles/windows/GUIWindowSettingsProfile.cpp b/xbmc/profiles/windows/GUIWindowSettingsProfile.cpp
index d5b08728f6..4ab828f02f 100644
--- a/xbmc/profiles/windows/GUIWindowSettingsProfile.cpp
+++ b/xbmc/profiles/windows/GUIWindowSettingsProfile.cpp
@@ -40,7 +40,6 @@
using namespace XFILE;
#define CONTROL_PROFILES 2
-#define CONTROL_LASTLOADED_PROFILE 3
#define CONTROL_LOGINSCREEN 4
#define CONTROL_AUTOLOGIN 5
diff --git a/xbmc/video/dialogs/GUIDialogVideoBookmarks.cpp b/xbmc/video/dialogs/GUIDialogVideoBookmarks.cpp
index 464ccc66e9..12fb063bbd 100644
--- a/xbmc/video/dialogs/GUIDialogVideoBookmarks.cpp
+++ b/xbmc/video/dialogs/GUIDialogVideoBookmarks.cpp
@@ -55,7 +55,6 @@ using namespace KODI::MESSAGING;
#define CONTROL_CLEAR_BOOKMARKS 3
#define CONTROL_ADD_EPISODE_BOOKMARK 4
-#define CONTROL_LIST 10
#define CONTROL_THUMBS 11
CGUIDialogVideoBookmarks::CGUIDialogVideoBookmarks()
diff --git a/xbmc/windows/GUIWindowWeather.cpp b/xbmc/windows/GUIWindowWeather.cpp
index 2f53664a80..3034e4d750 100644
--- a/xbmc/windows/GUIWindowWeather.cpp
+++ b/xbmc/windows/GUIWindowWeather.cpp
@@ -35,7 +35,6 @@ using namespace ADDON;
#define CONTROL_BTNREFRESH 2
#define CONTROL_SELECTLOCATION 3
#define CONTROL_LABELUPDATED 11
-#define CONTROL_IMAGELOGO 101
#define CONTROL_STATICTEMP 223
#define CONTROL_STATICFEEL 224