Remove useless initialization.

This commit is contained in:
Pavel Roskin 2003-07-31 16:32:30 +00:00
parent 6867850154
commit 81d396da33

View File

@ -435,7 +435,7 @@ int
edit_save_as_cmd (WEdit *edit) edit_save_as_cmd (WEdit *edit)
{ {
/* This heads the 'Save As' dialog box */ /* This heads the 'Save As' dialog box */
char *exp = 0; char *exp;
int save_lock = 0; int save_lock = 0;
int different_filename = 0; int different_filename = 0;