[SCM] kodi-pvr-vdr-vnsi/master: cleanup unused code in OnAction
tiber-guest at users.alioth.debian.org
tiber-guest at users.alioth.debian.org
Fri Nov 4 00:20:20 UTC 2016
The following commit has been merged in the master branch:
commit 33c2ab2b3a7e15dfd97242a0175afc3d153e69a3
Author: Rainer Hochecker <fernetmenta at online.de>
Date: Fri Mar 18 14:22:58 2016 +0100
cleanup unused code in OnAction
diff --git a/src/VNSIAdmin.cpp b/src/VNSIAdmin.cpp
index f2c2192..b82f521 100644
--- a/src/VNSIAdmin.cpp
+++ b/src/VNSIAdmin.cpp
@@ -1149,21 +1149,6 @@ bool cVNSIAdmin::OnAction(int actionId)
return true;
}
- if (actionId == ACTION_SELECT_ITEM)
- {
- if (m_window->GetFocusId() == CONTROL_MENU)
- {
- const char *tmp = m_window->GetProperty("menu");
- //if (strncmp(m_window->GetProperty("menu"), "osd", 3) == 0)
- if (strncmp(tmp, "osd", 3) == 0)
- {
-#if defined(KODI_GUILIB_API_VERSION)
- m_window->MarkDirtyRegion();
-#endif
- }
- }
- }
-
return false;
}
--
kodi-pvr-vdr-vnsi packaging
More information about the pkg-multimedia-commits
mailing list