Author: al
Date: 2010-01-31 16:29:16 +0100 (Sun, 31 Jan 2010)
New Revision: 3152

Modified:
   trunk/librawstudio/rs-rawfile.c
Log:
Removed unused variable in WIN32

Modified: trunk/librawstudio/rs-rawfile.c
===================================================================
--- trunk/librawstudio/rs-rawfile.c     2010-01-31 15:27:37 UTC (rev 3151)
+++ trunk/librawstudio/rs-rawfile.c     2010-01-31 15:29:16 UTC (rev 3152)
@@ -213,7 +213,9 @@
 raw_open_file(const gchar *filename)
 {
        struct stat st;
+#ifndef G_OS_WIN32
        gint fd;
+#endif
        RAWFILE *rawfile;
 
        if(stat(filename, &st))


_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit

Reply via email to