# HG changeset patch # User Jan Dj¸«£rv # Date 1098203964 0 # Node ID 94778fc7dc76daddee88460dc38ee324a02d64a5 # Parent 8ca090ac0a972d98efe95891e1bebabe54371505 * gtkutil.h (xg_frame_cleared): Removed. diff -r 8ca090ac0a97 -r 94778fc7dc76 src/gtkutil.h --- a/src/gtkutil.h Tue Oct 19 15:34:38 2004 +0000 +++ b/src/gtkutil.h Tue Oct 19 16:39:24 2004 +0000 @@ -168,9 +168,7 @@ 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 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));