mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-05 22:51:58 -07:00
compositor: remove wlr_scene refs
super old leftovers
This commit is contained in:
@@ -165,9 +165,6 @@ void CCompositor::initServer() {
|
||||
|
||||
m_sWLROutputPowerMgr = wlr_output_power_manager_v1_create(m_sWLDisplay);
|
||||
|
||||
m_sWLRScene = wlr_scene_create();
|
||||
wlr_scene_attach_output_layout(m_sWLRScene, m_sWLROutputLayout);
|
||||
|
||||
m_sWLRXDGShell = wlr_xdg_shell_create(m_sWLDisplay, 5);
|
||||
|
||||
m_sWLRCursor = wlr_cursor_create();
|
||||
|
Reference in New Issue
Block a user