From 14b6c0459fd488edeb960f5a2ec7d9f1b37b4927 Mon Sep 17 00:00:00 2001 From: Neil Roberts Date: Wed, 20 Apr 2011 18:43:02 +0100 Subject: [PATCH] cogl-winsys-stub: Remove _cogl_winsys_has_feature Commit b061f737 moved _cogl_winsys_has_feature to the common winsys code so there's no need to define it in the stub winsys any more. This was breaking builds for backends using the stub winsys. --- cogl/winsys/cogl-winsys-stub.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/cogl/winsys/cogl-winsys-stub.c b/cogl/winsys/cogl-winsys-stub.c index 664815064..576cb5f13 100644 --- a/cogl/winsys/cogl-winsys-stub.c +++ b/cogl/winsys/cogl-winsys-stub.c @@ -78,13 +78,6 @@ _cogl_winsys_xlib_get_visual_info (void) } #endif -gboolean -_cogl_winsys_has_feature (CoglWinsysFeature feature) -{ - g_assert (0); - return FALSE; -} - #ifdef COGL_HAS_X11_SUPPORT guint32 _cogl_winsys_onscreen_x11_get_window_xid (CoglOnscreen *onscreen)