Author: post
Date: 2011-04-13 23:21:17 +0200 (Wed, 13 Apr 2011)
New Revision: 3994
Modified:
trunk/plugins/colorspace-transform/rs-cmm.c
Log:
Remove console printing.
Modified: trunk/plugins/colorspace-transform/rs-cmm.c
===================================================================
--- trunk/plugins/colorspace-transform/rs-cmm.c 2011-04-13 21:15:40 UTC (rev
3993)
+++ trunk/plugins/colorspace-transform/rs-cmm.c 2011-04-13 21:21:17 UTC (rev
3994)
@@ -133,7 +133,6 @@
rs_cmm_transform16(RSCmm *cmm, RS_IMAGE16 *input, RS_IMAGE16 *output)
{
gushort *buffer;
- printf("rs_cms_transform16()\n");
gint y, x;
g_assert(RS_IS_CMM(cmm));
g_assert(RS_IS_IMAGE16(input));
@@ -235,11 +234,6 @@
static void
load_profile(RSCmm *cmm, const RSIccProfile *profile, const RSIccProfile
**profile_target, cmsHPROFILE *lcms_target)
{
-// DEBUG START
- gchar *filename;
- g_object_get((void *) profile, "filename", &filename, NULL);
- printf("load_profile(%p [%s])\n", profile, filename);
-// DEBUG END
gchar *data;
gsize length;
@@ -258,7 +252,6 @@
cmm->dirty8 = TRUE;
cmm->dirty16 = TRUE;
- printf("load_profile() DONE\n");
}
static void
_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit