Remove unused variables transSlider and transButton
Whatever those have been...
This commit is contained in:
parent
96bc979ca8
commit
aac42d04db
2 changed files with 0 additions and 7 deletions
|
@ -147,8 +147,6 @@ Workspace::Workspace(bool restore)
|
||||||
, set_active_client_recursion(0)
|
, set_active_client_recursion(0)
|
||||||
, block_stacking_updates(0)
|
, block_stacking_updates(0)
|
||||||
, forced_global_mouse_grab(false)
|
, forced_global_mouse_grab(false)
|
||||||
, transSlider(NULL)
|
|
||||||
, transButton(NULL)
|
|
||||||
, m_scripting(NULL)
|
, m_scripting(NULL)
|
||||||
{
|
{
|
||||||
// If KWin was already running it saved its configuration after loosing the selection -> Reread
|
// If KWin was already running it saved its configuration after loosing the selection -> Reread
|
||||||
|
|
|
@ -58,8 +58,6 @@ class KActionCollection;
|
||||||
class KStartupInfo;
|
class KStartupInfo;
|
||||||
class KStartupInfoId;
|
class KStartupInfoId;
|
||||||
class KStartupInfoData;
|
class KStartupInfoData;
|
||||||
class QSlider;
|
|
||||||
class QPushButton;
|
|
||||||
|
|
||||||
namespace KWin
|
namespace KWin
|
||||||
{
|
{
|
||||||
|
@ -859,9 +857,6 @@ private:
|
||||||
bool forced_global_mouse_grab;
|
bool forced_global_mouse_grab;
|
||||||
friend class StackingUpdatesBlocker;
|
friend class StackingUpdatesBlocker;
|
||||||
|
|
||||||
QSlider* transSlider;
|
|
||||||
QPushButton* transButton;
|
|
||||||
|
|
||||||
#ifdef KWIN_BUILD_KAPPMENU
|
#ifdef KWIN_BUILD_KAPPMENU
|
||||||
//used for menu available before window is mapped
|
//used for menu available before window is mapped
|
||||||
QList<WId> m_windowsMenu;
|
QList<WId> m_windowsMenu;
|
||||||
|
|
Loading…
Reference in a new issue