diff options
Diffstat (limited to 'src/managers/input/InputManager.hpp')
-rw-r--r-- | src/managers/input/InputManager.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/managers/input/InputManager.hpp b/src/managers/input/InputManager.hpp index 1cd99658..18d9857e 100644 --- a/src/managers/input/InputManager.hpp +++ b/src/managers/input/InputManager.hpp @@ -59,8 +59,6 @@ public: void mouseMoveUnified(uint32_t, bool refocus = false); STabletTool* ensureTabletToolPresent(wlr_tablet_tool*); - - void unfocusAllTablets(); }; inline std::unique_ptr<CInputManager> g_pInputManager;
\ No newline at end of file |