summaryrefslogtreecommitdiff
path: root/gdk/gdkinternals.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2013-04-17 14:02:32 +0200
committerAlexander Larsson <alexl@redhat.com>2013-05-07 16:33:00 +0200
commitda2a1eac1b901a174dd9ea076f334f63a5791941 (patch)
treee2c2868c72e58255dbb6c151019d30d0cb76ab94 /gdk/gdkinternals.h
parent6a478ea6725e577114639ef60c5af56b608116f9 (diff)
downloadgtk+-da2a1eac1b901a174dd9ea076f334f63a5791941.tar.gz
gdkwindow: Remove outstanding_moves stuff
Since we now never move regions directly on the window we can remove all the stuff that track outstanding moves and flushes then.
Diffstat (limited to 'gdk/gdkinternals.h')
-rw-r--r--gdk/gdkinternals.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdk/gdkinternals.h b/gdk/gdkinternals.h
index a14e7abc21..d4e867c3e9 100644
--- a/gdk/gdkinternals.h
+++ b/gdk/gdkinternals.h
@@ -252,8 +252,6 @@ struct _GdkWindow
GSList *implicit_paint;
- GList *outstanding_moves;
-
cairo_region_t *shape;
cairo_region_t *input_shape;