From f2a37b27f902bdc26f20bb7e0e9952cabe747bcf Mon Sep 17 00:00:00 2001 From: Neil Roberts Date: Tue, 10 May 2011 13:14:48 +0100 Subject: [PATCH] CoglWinsysVtable: Remove 'has_feature' This virtual function is no longer used or defined anywhere since the function was moved to the common backend code in 16bfa27d43. --- cogl/winsys/cogl-winsys-private.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/cogl/winsys/cogl-winsys-private.h b/cogl/winsys/cogl-winsys-private.h index 1e1fec042..085339945 100644 --- a/cogl/winsys/cogl-winsys-private.h +++ b/cogl/winsys/cogl-winsys-private.h @@ -82,9 +82,6 @@ typedef struct _CoglWinsysVtable (*context_egl_get_egl_display) (CoglContext *context); #endif - gboolean - (*has_feature) (CoglWinsysFeature feature); - #ifdef COGL_HAS_XLIB_SUPPORT XVisualInfo * (*xlib_get_visual_info) (void);