summaryrefslogtreecommitdiff
path: root/gdk/gdkglcontextprivate.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2014-11-20 12:22:06 +0100
committerAlexander Larsson <alexl@redhat.com>2014-11-20 12:38:04 +0100
commitcf94da2ca1880340f146293916efffda679ca7a6 (patch)
treeb5cf19a4f72bc915c5e3aee87e7f88e86295b13e /gdk/gdkglcontextprivate.h
parent800c712738f5666937e32d9f8cb32353513b9423 (diff)
downloadgtk+-cf94da2ca1880340f146293916efffda679ca7a6.tar.gz
GdkGLContext: Remove unused update vfunc
The update virtual function for GdkGLContext is unused and is a leftover from a previous GL approach. Just remove it. https://bugzilla.gnome.org/show_bug.cgi?id=739750
Diffstat (limited to 'gdk/gdkglcontextprivate.h')
-rw-r--r--gdk/gdkglcontextprivate.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdk/gdkglcontextprivate.h b/gdk/gdkglcontextprivate.h
index 31f4a64785..9a4ee46977 100644
--- a/gdk/gdkglcontextprivate.h
+++ b/gdk/gdkglcontextprivate.h
@@ -40,7 +40,6 @@ struct _GdkGLContextClass
{
GObjectClass parent_class;
- void (* update) (GdkGLContext *context);
void (* end_frame) (GdkGLContext *context,
cairo_region_t *painted,
cairo_region_t *damage);