fix: undefined symbol: glamor_egl_init_textured_pixmap

The function just returns true now so there is no point to this code which fails to find the function symbol any way.
This commit is contained in:
Joseph Crowell
2025-07-21 19:50:50 +10:00
committed by Enrico Weigelt
parent f35a6c771b
commit 1636af6405

View File

@@ -463,12 +463,6 @@ radeon_glamor_init(ScreenPtr screen)
return FALSE;
}
if (!glamor_egl_init_textured_pixmap(screen)) {
xf86DrvMsg(scrn->scrnIndex, X_ERROR,
"Failed to initialize textured pixmap of screen for glamor.\n");
return FALSE;
}
if (!dixRegisterPrivateKey(&glamor_pixmap_index, PRIVATE_PIXMAP, 0))
return FALSE;