From 10d7865679dffbb1e934d5937d0367e0f380df98 Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Fri, 20 Mar 1998 04:29:57 +0000 Subject: [PATCH] compilation fix -miguel --- gnome/gview.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gnome/gview.c b/gnome/gview.c index 80d861d8d..c760457d0 100644 --- a/gnome/gview.c +++ b/gnome/gview.c @@ -329,8 +329,6 @@ view (char *_command, char *_file, int *move_dir_p, int start_line) if (move_dir_p) *move_dir_p = 0; - scrollbar = gtk_vscrollbar_new (sadj); - /* Please note that if you add another widget, * you have to modify view_adjust_size to * be aware of it