mirror of
https://github.com/Trensa-Organization/Hyprland.git
synced 2025-03-16 03:03:40 +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) {
|
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);
|
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();
|
const auto NEWCTRL = g_pHyprRenderer->m_vTearingControllers.emplace_back(std::make_unique<STearingController>()).get();
|
||||||
|
|
Loading…
Add table
Reference in a new issue