1
0
Fork 0

cogl: Remove unused COGL_FEATURE_ONSCREEN_MULTIPLE

https://gitlab.gnome.org/GNOME/mutter/merge_requests/866
This commit is contained in:
Adam Jackson 2019-10-17 19:49:12 -04:00 committed by Georges Basile Stavracas Neto
parent 0e4c23c985
commit 3076895e98
3 changed files with 0 additions and 3 deletions

View file

@ -141,7 +141,6 @@ typedef enum
COGL_FEATURE_UNSIGNED_INT_INDICES = (1 << 13),
COGL_FEATURE_MAP_BUFFER_FOR_READ = (1 << 21),
COGL_FEATURE_MAP_BUFFER_FOR_WRITE = (1 << 22),
COGL_FEATURE_ONSCREEN_MULTIPLE = (1 << 23),
} CoglFeatureFlags;
/**

View file

@ -387,7 +387,6 @@ _cogl_winsys_egl_context_init (CoglContext *context,
event_filter_cb,
context);
context->feature_flags |= COGL_FEATURE_ONSCREEN_MULTIPLE;
COGL_FLAGS_SET (context->features,
COGL_FEATURE_ID_ONSCREEN_MULTIPLE, TRUE);
COGL_FLAGS_SET (context->winsys_features,

View file

@ -832,7 +832,6 @@ update_winsys_features (CoglContext *context, GError **error)
context->feature_flags |= glx_renderer->legacy_feature_flags;
context->feature_flags |= COGL_FEATURE_ONSCREEN_MULTIPLE;
COGL_FLAGS_SET (context->features,
COGL_FEATURE_ID_ONSCREEN_MULTIPLE, TRUE);