glamor: Remove unused format_for_pixmap helper
Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
parent
2e256e8260
commit
a3d01ee9d0
|
@ -629,12 +629,6 @@ gl_iformat_for_pixmap(PixmapPtr pixmap)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static inline CARD32
|
|
||||||
format_for_pixmap(PixmapPtr pixmap)
|
|
||||||
{
|
|
||||||
return format_for_depth((pixmap)->drawable.depth);
|
|
||||||
}
|
|
||||||
|
|
||||||
#define REVERT_NONE 0
|
#define REVERT_NONE 0
|
||||||
#define REVERT_NORMAL 1
|
#define REVERT_NORMAL 1
|
||||||
#define REVERT_UPLOADING_A1 3
|
#define REVERT_UPLOADING_A1 3
|
||||||
|
|
Loading…
Reference in New Issue