summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Burchell <robin.burchell@viroteck.net>2014-08-20 22:41:54 +0200
committerRobin Burchell <robin.burchell@viroteck.net>2014-08-22 10:40:10 +0200
commite56804753f4fcaa9f03dceef9faf40361a0864f6 (patch)
treecc731e77258981f0d275e3f488d1ee9e109fa18d
parent39a537b1ef7edb77cf87292d4ad2e93ea357f448 (diff)
QWlSurface: Remove unused static.
This went away in the buffer queue removal in 666f597ccd2ced23ecc71ba497981d1a88c34d77. Change-Id: I9706f52026eb10e4ec17290262dfbfe52c14719f Reviewed-by: Giulio Camuffo <giulio.camuffo@jollamobile.com>
-rw-r--r--src/compositor/wayland_wrapper/qwlsurface.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/compositor/wayland_wrapper/qwlsurface.cpp b/src/compositor/wayland_wrapper/qwlsurface.cpp
index 904895f85..a89aacef6 100644
--- a/src/compositor/wayland_wrapper/qwlsurface.cpp
+++ b/src/compositor/wayland_wrapper/qwlsurface.cpp
@@ -60,8 +60,6 @@ QT_BEGIN_NAMESPACE
namespace QtWayland {
-static bool QT_WAYLAND_PRINT_BUFFERING_WARNINGS = qEnvironmentVariableIsSet("QT_WAYLAND_PRINT_BUFFERING_WARNINGS");
-
class FrameCallback {
public:
FrameCallback(Surface *surf, wl_resource *res)