compositor: remove wlr_scene refs
super old leftovers
This commit is contained in:
parent
28a90d6055
commit
b4f123d1f2
3 changed files with 3 additions and 6 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue