summaryrefslogtreecommitdiff
path: root/gdk
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-12-15 20:56:32 -0500
committerMatthias Clasen <mclasen@redhat.com>2010-12-21 12:07:01 -0500
commit32e3dcfb47e00b3f1be5fe43e1f8e55c0b4619ff (patch)
treebd1d45cece35e8d12f4cf9c6f3514efa97150a41 /gdk
parent126212b470552b230e000bd8ad5207f73da30026 (diff)
downloadgtk+-32e3dcfb47e00b3f1be5fe43e1f8e55c0b4619ff.tar.gz
drop dead function
Diffstat (limited to 'gdk')
-rw-r--r--gdk/gdkinternals.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/gdk/gdkinternals.h b/gdk/gdkinternals.h
index 3e01953bf5..e7baa04a68 100644
--- a/gdk/gdkinternals.h
+++ b/gdk/gdkinternals.h
@@ -293,12 +293,6 @@ gboolean _gdk_cairo_surface_extents (cairo_surface_t *surface,
cairo_surface_t *
_gdk_window_ref_cairo_surface (GdkWindow *window);
-void _gdk_window_impl_new (GdkWindow *window,
- GdkWindow *real_parent,
- GdkScreen *screen,
- GdkEventMask event_mask,
- GdkWindowAttr *attributes,
- gint attributes_mask);
void _gdk_window_destroy (GdkWindow *window,
gboolean foreign_destroy);
void _gdk_window_clear_update_area (GdkWindow *window);