Remove unused variables
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5684 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
parent
abdb3c4c20
commit
c03d77d8a6
@ -431,7 +431,6 @@ gchar *win32_show_document_save_as_dialog(GtkWindow *parent, const gchar *title,
|
||||
gchar tmp[MAX_PATH];
|
||||
wchar_t w_file[MAX_PATH];
|
||||
wchar_t w_title[512];
|
||||
guint x;
|
||||
|
||||
w_file[0] = '\0';
|
||||
|
||||
@ -488,7 +487,6 @@ gchar *win32_show_file_dialog(GtkWindow *parent, const gchar *title, const gchar
|
||||
gchar tmp[MAX_PATH];
|
||||
wchar_t w_file[MAX_PATH];
|
||||
wchar_t w_title[512];
|
||||
guint x;
|
||||
|
||||
w_file[0] = '\0';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user