diff --git a/support/SkinnyNamespace.cpp b/support/SkinnyNamespace.cpp index a2f58184..17745d54 100644 --- a/support/SkinnyNamespace.cpp +++ b/support/SkinnyNamespace.cpp @@ -49,9 +49,7 @@ static bool pluginPath = initPluginPath(); #if defined( ENSURE_SKINS ) -#if 0 #include -#endif #include #include #include @@ -67,9 +65,7 @@ static bool pluginPath = initPluginPath(); we manually add them here. */ -#if 0 qskSkinManager->registerFactory( "SquiekFactory", new QskSquiekSkinFactory() ); -#endif qskSkinManager->registerFactory( "Material3Factory", new QskMaterial3SkinFactory() ); qskSkinManager->registerFactory( "Fluent2Factory", new QskFluent2SkinFactory() ); qskSkinManager->registerFactory( "FusionFactory", new QskFusionSkinFactory() );