diff options
author | Thomas Amland <thomas.amland@gmail.com> | 2015-02-17 20:25:26 +0100 |
---|---|---|
committer | Thomas Amland <thomas.amland@gmail.com> | 2015-03-02 10:57:50 +0100 |
commit | 0d70743d02841b4612e40d7001d480bb4cc1d9a5 (patch) | |
tree | 99f3c9f2f3a27e69bd26d1082f7f0c60ee96508d | |
parent | 7bcf79c306665a344b2fb0f763b8bd445d9318e9 (diff) |
[addons] remove dead code
-rw-r--r-- | xbmc/addons/GUIWindowAddonBrowser.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xbmc/addons/GUIWindowAddonBrowser.cpp b/xbmc/addons/GUIWindowAddonBrowser.cpp index 2427ea4c62..159da89b50 100644 --- a/xbmc/addons/GUIWindowAddonBrowser.cpp +++ b/xbmc/addons/GUIWindowAddonBrowser.cpp @@ -213,7 +213,6 @@ bool CGUIWindowAddonBrowser::OnContextButton(int itemNumber, if (button == CONTEXT_BUTTON_SCAN) { - RepositoryPtr repo = std::dynamic_pointer_cast<CRepository>(addon); CAddonInstaller::Get().UpdateRepos(true); return true; } |