Author: post
Date: 2012-01-22 15:14:25 +0100 (Sun, 22 Jan 2012)
New Revision: 4104
Modified:
trunk/librawstudio/rs-icc-profile.c
Log:
Comment out unused variable.
Modified: trunk/librawstudio/rs-icc-profile.c
===================================================================
--- trunk/librawstudio/rs-icc-profile.c 2012-01-22 14:13:57 UTC (rev 4103)
+++ trunk/librawstudio/rs-icc-profile.c 2012-01-22 14:14:25 UTC (rev 4104)
@@ -314,7 +314,7 @@
gchar tag[5];
gchar tag_type[5];
guint tag_offset;
- guint tag_size;
+// guint tag_size;
tag[4] = '\0';
tag_type[4] = '\0';
@@ -326,7 +326,7 @@
g_memmove(tag, profile->map+offset, 4);
tag_offset = _GUINT(profile->map, offset+4);
- tag_size = _GUINT(profile->map, offset+8);
+// tag_size = _GUINT(profile->map, offset+8);
g_memmove(tag_type, profile->map+tag_offset, 4);
_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit