mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-04-21 07:40:51 +02:00
glamor: Fix a compiler warning since the recent OOM fixes.
Signed-off-by: Eric Anholt <eric@anholt.net>
(cherry picked from commit 3b26b90cb7)
This commit is contained in:
parent
d2a6c8708c
commit
d44bbb4710
1 changed files with 0 additions and 2 deletions
|
|
@ -146,8 +146,6 @@ glamor_prep_pixmap_box(PixmapPtr pixmap, glamor_access_t access, BoxPtr box)
|
|||
static void
|
||||
glamor_fini_pixmap(PixmapPtr pixmap)
|
||||
{
|
||||
ScreenPtr screen = pixmap->drawable.pScreen;
|
||||
glamor_screen_private *glamor_priv = glamor_get_screen_private(screen);
|
||||
glamor_pixmap_private *priv = glamor_get_pixmap_private(pixmap);
|
||||
|
||||
if (!GLAMOR_PIXMAP_PRIV_HAS_FBO(priv))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue