mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
glamor: Remove unused format_for_pixmap helper
Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
committed by
Michel Dänzer
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_NORMAL 1
|
||||
#define REVERT_UPLOADING_A1 3
|
||||
|
||||
Reference in New Issue
Block a user