summaryrefslogtreecommitdiff
path: root/Services/WindowServer/WindowManager.h
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2020-06-01 19:23:35 +0200
committerAndreas Kling <kling@serenityos.org>2020-06-01 19:24:10 +0200
commit29029568ee5d52f67a639d93ed71bdc56033342b (patch)
tree17efcae62635231ea0f4ddeb943baab94a8dc75a /Services/WindowServer/WindowManager.h
parent8766e49a7c3a28f2851bcc84b5532e26b14f2db0 (diff)
downloadserenity-29029568ee5d52f67a639d93ed71bdc56033342b.zip
WindowServer: Remove keyboard shortcut for toggling the system menu
100% of the time I activated this shortcut, I did not want to activate this shortcut.
Diffstat (limited to 'Services/WindowServer/WindowManager.h')
-rw-r--r--Services/WindowServer/WindowManager.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Services/WindowServer/WindowManager.h b/Services/WindowServer/WindowManager.h
index 14688e0a26..3ccb440dda 100644
--- a/Services/WindowServer/WindowManager.h
+++ b/Services/WindowServer/WindowManager.h
@@ -259,8 +259,6 @@ private:
Gfx::Point m_resize_origin;
ResizeDirection m_resize_direction { ResizeDirection::None };
- bool m_moved_or_resized_since_logo_keydown { false };
-
u8 m_keyboard_modifiers { 0 };
WindowSwitcher m_switcher;