diff options
author | Benjamin Otte <otte@redhat.com> | 2010-06-28 14:31:10 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2010-06-29 16:06:38 +0200 |
commit | 52200eee01cc055adaefb678d6c6f04455d1a593 (patch) | |
tree | ae18bc90e80a92faca79657401c37957c3408845 /gdk/gdkinternals.h | |
parent | 78018767bab2d248032200725c68641e1ace8a50 (diff) | |
download | gtk+-52200eee01cc055adaefb678d6c6f04455d1a593.tar.gz |
Remove _gdk_region_new_from_yxbanded_rects()
It was an internal function and we can use
cairo_region_create_rectangles() instead.
https://bugzilla.gnome.org/show_bug.cgi?id=613284
Diffstat (limited to 'gdk/gdkinternals.h')
-rw-r--r-- | gdk/gdkinternals.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdk/gdkinternals.h b/gdk/gdkinternals.h index 4ddd3277ed..ff78737977 100644 --- a/gdk/gdkinternals.h +++ b/gdk/gdkinternals.h @@ -686,7 +686,6 @@ GdkWindow *_gdk_window_get_input_window_for_event (GdkWindow *native_window, GdkEventType event_type, int x, int y, gulong serial); -GdkRegion *_gdk_region_new_from_yxbanded_rects (GdkRectangle *rects, int n_rects); /***************************** * offscreen window routines * |