mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 23:50:41 -05:00
cogl: Remove unused COGL_FEATURE_ONSCREEN_MULTIPLE
https://gitlab.gnome.org/GNOME/mutter/merge_requests/866
This commit is contained in:
parent
0e4c23c985
commit
3076895e98
@ -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;
|
||||
|
||||
/**
|
||||
|
@ -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,
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user