--- gdk-support.c.~1.24.~ 2003-06-19 11:03:47.000000000 +1000 +++ gdk-support.c 2003-07-07 17:00:00.000000000 +1000 @@ -865,15 +865,6 @@ return (guint32) ((GdkWindowPrivate*)window)->xwindow; } -SCM -gdk_window_get_geometry_interp (GdkWindow *window,gint *depth) -{ - gint x, y, w, h; - gdk_window_get_geometry (window, &x, &y, &w, &h, depth); - return scm_cons (scm_cons (SCM_MAKINUM (x), SCM_MAKINUM (y)), - scm_cons (SCM_MAKINUM (w), SCM_MAKINUM (h))); -} - void gdk_window_set_geometry_hints_interp (GdkWindow *window, gint min_width,