aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbobo1on1 <bob-nospam-@xbmc.org>2011-08-02 22:54:08 +0200
committerbobo1on1 <bob-nospam-@xbmc.org>2011-08-02 22:54:34 +0200
commitf70c5220033048a23841550f43e0b7b400590928 (patch)
tree77546b53db919ef77cf4191090c67d8c69f8ba03
parent83a8602390d73cf632938823e6e980e5f96958c7 (diff)
fixed: don't use frametime here for sanity
-rw-r--r--xbmc/windowing/X11/WinSystemX11.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xbmc/windowing/X11/WinSystemX11.cpp b/xbmc/windowing/X11/WinSystemX11.cpp
index 233bb14e98..4287a04f4b 100644
--- a/xbmc/windowing/X11/WinSystemX11.cpp
+++ b/xbmc/windowing/X11/WinSystemX11.cpp
@@ -33,7 +33,7 @@
using namespace std;
-CWinSystemX11::CWinSystemX11() : CWinSystemBase(), m_screensaverReset(true)
+CWinSystemX11::CWinSystemX11() : CWinSystemBase()
{
m_eWindowSystem = WINDOW_SYSTEM_X11;
m_glContext = NULL;