core: remove unused includes and fix warn

This commit is contained in:
Vaxry
2024-05-10 03:20:26 +01:00
parent 2ba6bb69c4
commit 3374229118
2 changed files with 0 additions and 6 deletions

View File

@@ -1902,8 +1902,6 @@ void CKeybindManager::pass(std::string regexp) {
return;
}
const auto PLASTSRF = g_pCompositor->m_pLastFocus;
const auto KEYBOARD = wlr_seat_get_keyboard(g_pCompositor->m_sSeat.seat);
if (!KEYBOARD) {