aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xbmc/games/dialogs/osd/DialogInGameSaves.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/xbmc/games/dialogs/osd/DialogInGameSaves.h b/xbmc/games/dialogs/osd/DialogInGameSaves.h
index d4a5e492ab..e154883fbf 100644
--- a/xbmc/games/dialogs/osd/DialogInGameSaves.h
+++ b/xbmc/games/dialogs/osd/DialogInGameSaves.h
@@ -34,10 +34,6 @@ protected:
private:
void InitSavedGames();
- static void GetProperties(const CFileItem& item,
- std::string& videoFilter,
- std::string& description);
-
CFileItemList m_items;
unsigned int m_focusedItemIndex = false;
};