summaryrefslogtreecommitdiff
path: root/Userland/Applications/PixelPaint/LayerPropertiesWidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Applications/PixelPaint/LayerPropertiesWidget.cpp')
-rw-r--r--Userland/Applications/PixelPaint/LayerPropertiesWidget.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/Userland/Applications/PixelPaint/LayerPropertiesWidget.cpp b/Userland/Applications/PixelPaint/LayerPropertiesWidget.cpp
index f10cbfcdaf..298e8283e1 100644
--- a/Userland/Applications/PixelPaint/LayerPropertiesWidget.cpp
+++ b/Userland/Applications/PixelPaint/LayerPropertiesWidget.cpp
@@ -1,5 +1,6 @@
/*
* Copyright (c) 2020, Andreas Kling <kling@serenityos.org>
+ * Copyright (c) 2022, the SerenityOS developers.
*
* SPDX-License-Identifier: BSD-2-Clause
*/
@@ -65,10 +66,6 @@ LayerPropertiesWidget::LayerPropertiesWidget()
};
}
-LayerPropertiesWidget::~LayerPropertiesWidget()
-{
-}
-
void LayerPropertiesWidget::set_layer(Layer* layer)
{
if (m_layer == layer)