From: Jan Djärv Date: Tue, 19 Oct 2004 16:39:24 +0000 (+0000) Subject: * gtkutil.h (xg_frame_cleared): Removed. X-Git-Tag: ttn-vms-21-2-B4~4482 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1ca69aa4d3c3e4afcb0057ad496d55dd5fe7fcfe;p=emacs.git * gtkutil.h (xg_frame_cleared): Removed. --- diff --git a/src/gtkutil.h b/src/gtkutil.h index b35ab94b2cb..c0055f361cc 100644 --- a/src/gtkutil.h +++ b/src/gtkutil.h @@ -168,9 +168,7 @@ extern void xg_update_scrollbar_pos P_ ((FRAME_PTR f, int top, int left, int width, - int height, - int real_left, - int canon_width)); + int height)); extern void xg_set_toolkit_scroll_bar_thumb P_ ((struct scroll_bar *bar, int portion, @@ -184,7 +182,6 @@ extern void free_frame_tool_bar P_ ((FRAME_PTR f)); extern void xg_resize_widgets P_ ((FRAME_PTR f, int pixelwidth, int pixelheight)); -extern void xg_frame_cleared P_ ((FRAME_PTR f)); extern void xg_frame_set_char_size P_ ((FRAME_PTR f, int cols, int rows)); extern GtkWidget * xg_win_to_widget P_ ((Display *dpy, Window wdesc));