diff options
author | vdrfan <vdrfan-nospam-@xbmc.org> | 2011-05-08 09:45:12 +0200 |
---|---|---|
committer | vdrfan <vdrfan-nospam-@xbmc.org> | 2011-05-08 09:45:12 +0200 |
commit | 6677a2bc79bf019b28720f0aae09f573d1ca84e5 (patch) | |
tree | 80333bcf5b79ed28235c8c56dce329bc8b8df844 | |
parent | 731e68a5f577718cec84503787be307ff0afa3da (diff) |
fixed: 'iPyXBMCGUILockRef’ defined but not used
-rw-r--r-- | xbmc/interfaces/python/xbmcmodule/pyutil.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xbmc/interfaces/python/xbmcmodule/pyutil.cpp b/xbmc/interfaces/python/xbmcmodule/pyutil.cpp index 4872c6d88b..c7d289243a 100644 --- a/xbmc/interfaces/python/xbmcmodule/pyutil.cpp +++ b/xbmc/interfaces/python/xbmcmodule/pyutil.cpp @@ -32,7 +32,6 @@ using namespace std; -static int iPyXBMCGUILockRef = 0; static TiXmlDocument pySkinReferences; #ifndef __GNUC__ |