comparison system/System.cpp @ 1849:00405d2cf0d1

Remove debug output
author Chris Cannam
date Wed, 29 Apr 2020 13:25:07 +0100
parents a4dce53b3353
children e5d0ea9ac8f1
comparison
equal deleted inserted replaced
1847:9762a7f084a0 1849:00405d2cf0d1
341 } 341 }
342 342
343 bool 343 bool
344 OSReportsDarkThemeActive() 344 OSReportsDarkThemeActive()
345 { 345 {
346 SVCERR << "OSReportsDarkThemeActive() called" << endl;
347 #ifndef AVOID_WINRT_DEPENDENCY 346 #ifndef AVOID_WINRT_DEPENDENCY
348 #ifdef _MSC_VER 347 #ifdef _MSC_VER
349 using namespace winrt::Windows::UI::ViewManagement; 348 using namespace winrt::Windows::UI::ViewManagement;
350 UISettings settings; 349 UISettings settings;
351 auto background = settings.GetColorValue(UIColorType::Background); 350 auto background = settings.GetColorValue(UIColorType::Background);