From aac42d04db08e29d955e8361a8099d0329f75845 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Wed, 21 Nov 2012 14:29:42 +0100 Subject: [PATCH] Remove unused variables transSlider and transButton Whatever those have been... --- workspace.cpp | 2 -- workspace.h | 5 ----- 2 files changed, 7 deletions(-) diff --git a/workspace.cpp b/workspace.cpp index 5e5bd7bb97..f80649da26 100644 --- a/workspace.cpp +++ b/workspace.cpp @@ -147,8 +147,6 @@ Workspace::Workspace(bool restore) , set_active_client_recursion(0) , block_stacking_updates(0) , forced_global_mouse_grab(false) - , transSlider(NULL) - , transButton(NULL) , m_scripting(NULL) { // If KWin was already running it saved its configuration after loosing the selection -> Reread diff --git a/workspace.h b/workspace.h index 7e3989addc..db7b155208 100644 --- a/workspace.h +++ b/workspace.h @@ -58,8 +58,6 @@ class KActionCollection; class KStartupInfo; class KStartupInfoId; class KStartupInfoData; -class QSlider; -class QPushButton; namespace KWin { @@ -859,9 +857,6 @@ private: bool forced_global_mouse_grab; friend class StackingUpdatesBlocker; - QSlider* transSlider; - QPushButton* transButton; - #ifdef KWIN_BUILD_KAPPMENU //used for menu available before window is mapped QList m_windowsMenu;