Don't show status message: 'Automatic Monitor Profile Detection not supported on your OS'.

See issue 1512.
This commit is contained in:
Philip Rinn
2012-08-03 21:40:45 +02:00
parent 6679a50e00
commit 21d7685d89

View File

@@ -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());