misc: remove unused var

This commit is contained in:
Vaxry 2024-02-05 23:39:19 +00:00
parent 181f651de2
commit ded174d6e5
1 changed files with 0 additions and 2 deletions

View File

@ -231,8 +231,6 @@ void Events::listener_setCursorShape(wl_listener* listener, void* data) {
}
void Events::listener_newTearingHint(wl_listener* listener, void* data) {
const auto TCTL = (wlr_tearing_control_v1*)data;
Debug::log(LOG, "New tearing hint at {:x}", (uintptr_t)data);
const auto NEWCTRL = g_pHyprRenderer->m_vTearingControllers.emplace_back(std::make_unique<STearingController>()).get();