remove double drm and dmabuf creation

This commit is contained in:
vaxerski
2022-08-28 12:32:26 +02:00
parent d413388761
commit cfa6c01df0
2 changed files with 0 additions and 6 deletions

View File

@@ -75,11 +75,6 @@ CCompositor::CCompositor() {
wlr_renderer_init_wl_display(m_sWLRRenderer, m_sWLDisplay);
if (wlr_renderer_get_dmabuf_texture_formats(m_sWLRRenderer) != NULL) {
wlr_drm_create(m_sWLDisplay, m_sWLRRenderer);
m_sWLRDmabuf = wlr_linux_dmabuf_v1_create(m_sWLDisplay, m_sWLRRenderer);
}
m_sWLRAllocator = wlr_allocator_autocreate(m_sWLRBackend, m_sWLRRenderer);
if (!m_sWLRAllocator) {