Revision: 5684 http://geany.svn.sourceforge.net/geany/?rev=5684&view=rev Author: eht16 Date: 2011-04-03 16:35:27 +0000 (Sun, 03 Apr 2011)
Log Message: ----------- Remove unused variables
Modified Paths: -------------- trunk/src/win32.c
Modified: trunk/src/win32.c =================================================================== --- trunk/src/win32.c 2011-04-03 16:21:50 UTC (rev 5683) +++ trunk/src/win32.c 2011-04-03 16:35:27 UTC (rev 5684) @@ -431,7 +431,6 @@ 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 tmp[MAX_PATH]; wchar_t w_file[MAX_PATH]; wchar_t w_title[512]; - guint x;
w_file[0] = '\0';
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.