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.
This commit is contained in:
Neil Roberts 2011-05-10 13:14:48 +01:00
parent e8b83f2880
commit f2a37b27f9

View File

@ -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);