mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 16:45:59 +01:00
misc: remove unused var
This commit is contained in:
parent
181f651de2
commit
ded174d6e5
1 changed files with 0 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue