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:
parent
e8b83f2880
commit
f2a37b27f9
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user