summaryrefslogtreecommitdiff
path: root/cogl/cogl-renderer-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'cogl/cogl-renderer-private.h')
-rw-r--r--cogl/cogl-renderer-private.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/cogl/cogl-renderer-private.h b/cogl/cogl-renderer-private.h
index f2269687..7cb2642d 100644
--- a/cogl/cogl-renderer-private.h
+++ b/cogl/cogl-renderer-private.h
@@ -84,11 +84,6 @@ struct _CoglRenderer
void *winsys;
};
-/* Mask of constraints that effect driver selection. All of the other
- * constraints effect only the winsys selection */
-#define COGL_RENDERER_DRIVER_CONSTRAINTS \
- COGL_RENDERER_CONSTRAINT_SUPPORTS_COGL_GLES2
-
typedef CoglFilterReturn (* CoglNativeFilterFunc) (void *native_event,
void *data);