Author: abrander
Date: 2009-12-28 02:14:30 +0100 (Mon, 28 Dec 2009)
New Revision: 2870

Modified:
   branches/rawstudio-ng-color/src/application.c
Log:
Don't set ICC profile on input filter.

Modified: branches/rawstudio-ng-color/src/application.c
===================================================================
--- branches/rawstudio-ng-color/src/application.c       2009-12-28 01:12:58 UTC 
(rev 2869)
+++ branches/rawstudio-ng-color/src/application.c       2009-12-28 01:14:30 UTC 
(rev 2870)
@@ -224,17 +224,6 @@
 
        rs->filter_end = cache;
 
-       filename = rs_conf_get_cms_profile(CMS_PROFILE_INPUT);
-       if (filename)
-       {
-               profile = rs_icc_profile_new_from_file(filename);
-               g_free(filename);
-       }
-       if (!profile)
-               profile = rs_icc_profile_new_from_file(PACKAGE_DATA_DIR "/" 
PACKAGE "/profiles/generic_camera_profile.icc");
-       g_object_set(rs->filter_input, "icc-profile", profile, NULL);
-       g_object_unref(profile);
-
        return(rs);
 }
 


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

Reply via email to