From c7fe25a63ebd31b880df94f6fd8de60aed0284bb Mon Sep 17 00:00:00 2001 From: Uwe Rathmann Date: Thu, 25 Jan 2024 08:47:15 +0100 Subject: [PATCH] backup branch of the infamous squiek skin --- support/SkinnyNamespace.cpp | 4 ---- 1 file changed, 4 deletions(-) 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() );