From 21d7685d89509052b134cbceedc7f6bbd73e5d22 Mon Sep 17 00:00:00 2001 From: Philip Rinn Date: Fri, 3 Aug 2012 21:40:45 +0200 Subject: [PATCH] Don't show status message: 'Automatic Monitor Profile Detection not supported on your OS'. See issue 1512. --- rtengine/iccstore.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/rtengine/iccstore.cc b/rtengine/iccstore.cc index c6721d722..d2c935bf8 100644 --- a/rtengine/iccstore.cc +++ b/rtengine/iccstore.cc @@ -275,7 +275,6 @@ void ICCStore::findDefaultMonitorProfile() { } #else // TODO: Add other OS specific code here -printf("Automatic Monitor Profile Detection not supported on your OS\n"); #endif if (options.rtSettings.verbose) printf("Default monitor profile is: %s\n", defaultMonitorProfile.c_str());