gdkwindow: Remove unused vfunc

GdkGLContext knows how to realize itself.
This commit is contained in:
Benjamin Otte 2016-11-30 15:08:12 +01:00
parent d12c81f177
commit bdcfc17c43

View File

@ -299,9 +299,6 @@ struct _GdkWindowImplClass
gboolean attached,
GdkGLContext *share,
GError **error);
gboolean (* realize_gl_context) (GdkWindow *window,
GdkGLContext *context,
GError **error);
void (*invalidate_for_new_frame)(GdkWindow *window,
cairo_region_t *update_area);