compilation fix -miguel

This commit is contained in:
Miguel de Icaza 1998-03-20 04:29:57 +00:00
parent 09343b2393
commit 10d7865679

View File

@ -329,8 +329,6 @@ view (char *_command, char *_file, int *move_dir_p, int start_line)
if (move_dir_p) if (move_dir_p)
*move_dir_p = 0; *move_dir_p = 0;
scrollbar = gtk_vscrollbar_new (sadj);
/* Please note that if you add another widget, /* Please note that if you add another widget,
* you have to modify view_adjust_size to * you have to modify view_adjust_size to
* be aware of it * be aware of it