glamor: Remove unused format_for_pixmap helper

Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
Michel Dänzer 2018-12-19 10:11:22 +01:00 committed by Michel Dänzer
parent 2e256e8260
commit a3d01ee9d0
1 changed files with 0 additions and 6 deletions

View File

@ -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