diff options
author | Garrett Brown <themagnificentmrb@gmail.com> | 2023-01-24 00:35:42 -0800 |
---|---|---|
committer | Garrett Brown <themagnificentmrb@gmail.com> | 2023-01-29 16:25:09 -0800 |
commit | 55750d934984c49c096395b573f953c80d9ad5c5 (patch) | |
tree | 0f04b429293dfa0c80ba268ff41cc96fa94bf7c4 | |
parent | a4b75c8ed2c16238053e259df735c08819683a2a (diff) |
Games: Remove unused function
-rw-r--r-- | xbmc/games/dialogs/osd/DialogInGameSaves.h | 4 |
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; }; |