diff --git a/src/modules/graphics/Deprecations.cpp b/src/modules/graphics/Deprecations.cpp index 70b8e60a4..939215dd0 100644 --- a/src/modules/graphics/Deprecations.cpp +++ b/src/modules/graphics/Deprecations.cpp @@ -44,6 +44,9 @@ Deprecations::~Deprecations() void Deprecations::draw(Graphics *gfx) { + if (!isDeprecationOutputEnabled()) + return; + GetDeprecated deprecations; if (deprecations.all.empty())