diff --git a/effects/cube/cube.cpp b/effects/cube/cube.cpp index 6f6b3eb285..30173e62bb 100644 --- a/effects/cube/cube.cpp +++ b/effects/cube/cube.cpp @@ -1496,8 +1496,6 @@ void CubeEffect::toggleCylinder() useShaders = loadShader(); if (useShaders) toggle(Cylinder); - else - qCritical() << "Sorry shaders are not available - cannot activate Cylinder"; } void CubeEffect::toggleSphere() @@ -1507,8 +1505,6 @@ void CubeEffect::toggleSphere() useShaders = loadShader(); if (useShaders) toggle(Sphere); - else - qCritical() << "Sorry shaders are not available - cannot activate Sphere"; } void CubeEffect::toggle(CubeMode newMode)