compositor: remove wlr_scene refs

super old leftovers
This commit is contained in:
vaxerski
2023-08-30 17:22:55 +02:00
parent 28a90d6055
commit b4f123d1f2
3 changed files with 3 additions and 6 deletions

View File

@@ -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();