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:
Enrico Tröger 2011-04-03 16:35:27 +00:00
parent abdb3c4c20
commit c03d77d8a6

View File

@ -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';