From c18d799f4af42f38fd90bebb3d118977dd5979e8 Mon Sep 17 00:00:00 2001 From: WarmUpTill Date: Sun, 30 May 2021 08:36:50 +0200 Subject: [PATCH] Remove comment --- src/section.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/section.cpp b/src/section.cpp index c06a37dc..f38fa63a 100644 --- a/src/section.cpp +++ b/src/section.cpp @@ -138,7 +138,6 @@ void Section::SetupAnimations() void Section::CleanUpPreviousContent() { - // Clean up previous content if (_contentArea) { auto oldLayout = _contentArea->layout(); if (oldLayout) {