mirror of
https://github.com/X11Libre/xf86-video-ati.git
synced 2026-03-24 01:24:43 +00:00
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:
committed by
Enrico Weigelt
parent
f35a6c771b
commit
1636af6405
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user