cogl: Remove unused COGL_FEATURE_PBOS

Almost there.  The CoglFeatureFlags type is changed to "int"
momentarily.

https://gitlab.gnome.org/GNOME/mutter/merge_requests/866
This commit is contained in:
Adam Jackson 2019-10-17 21:19:27 -04:00 committed by Georges Basile Stavracas Neto
parent ba7b8a5de3
commit 67d5ebb187

View File

@ -112,16 +112,12 @@ typedef struct _CoglTextureVertex CoglTextureVertex;
/**
* CoglFeatureFlags:
* @COGL_FEATURE_PBOS: PBO support
*
* Flags for the supported features.
*
* Since: 0.8
*/
typedef enum
{
COGL_FEATURE_PBOS = (1 << 12),
} CoglFeatureFlags;
typedef int CoglFeatureFlags;
/**
* CoglBufferTarget: