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.
This commit is contained in:
Neil Roberts 2011-04-20 18:43:02 +01:00
parent 66f22cfd60
commit b5279ed027

View File

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