diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-06-25 05:37:59 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-06-25 05:37:59 +0200 |
commit | 182c5be111889643294083c830080cfbaa3dd154 (patch) | |
tree | 4c393150480418e953031c93453cedc10738185f /src/gui_gtk_f.h | |
parent | ba52cde53d8eeb0bd8949ab0acc47a56f87e7963 (diff) | |
download | vim-182c5be111889643294083c830080cfbaa3dd154.zip |
Remove the old and not well supported GTK 1 code. (James Vega)
Diffstat (limited to 'src/gui_gtk_f.h')
-rw-r--r-- | src/gui_gtk_f.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui_gtk_f.h b/src/gui_gtk_f.h index 767f88a5d..73b0024f8 100644 --- a/src/gui_gtk_f.h +++ b/src/gui_gtk_f.h @@ -62,7 +62,6 @@ void gtk_form_move(GtkForm *form, GtkWidget * widget, void gtk_form_move_resize(GtkForm * form, GtkWidget * widget, gint x, gint y, gint w, gint h); -void gtk_form_set_size(GtkForm * form, guint width, guint height); /* These disable and enable moving and repainting respectively. If you * want to update the layout's offsets but do not want it to repaint |