From 00f62e4f3db5aa737b4242a3d691d2ade299fc72 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 28 Dec 2017 19:29:05 +0300 Subject: Add missing override and final to destructors. Also remove some empty destructors. --- src/gui/widgets/flowcontainer.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/gui/widgets/flowcontainer.h') diff --git a/src/gui/widgets/flowcontainer.h b/src/gui/widgets/flowcontainer.h index be91853a6..41329a06e 100644 --- a/src/gui/widgets/flowcontainer.h +++ b/src/gui/widgets/flowcontainer.h @@ -46,12 +46,6 @@ class FlowContainer final : public Container, A_DELETE_COPY(FlowContainer) - /** - * Destructor. - */ - ~FlowContainer() - { } - /** * Invoked when a widget changes its size. This is used to determine * the new height of the container. -- cgit v1.2.3-70-g09d2