From f0317911850f07c75aa2e10e371b69b135194ac6 Mon Sep 17 00:00:00 2001 From: Jacques Lucke Date: Thu, 8 Apr 2021 15:51:27 +0200 Subject: Cleanup: modernize-use-equals-default This was missing from rB19dfb6ea1f6745c0dbc2ce21839c30184b553878. --- source/blender/imbuf/intern/dds/ColorBlock.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'source/blender/imbuf/intern/dds/ColorBlock.cpp') diff --git a/source/blender/imbuf/intern/dds/ColorBlock.cpp b/source/blender/imbuf/intern/dds/ColorBlock.cpp index 3b1b970fb3c..a05c7e2a70d 100644 --- a/source/blender/imbuf/intern/dds/ColorBlock.cpp +++ b/source/blender/imbuf/intern/dds/ColorBlock.cpp @@ -46,11 +46,6 @@ inline static uint colorDistance(Color32 c0, Color32 c1) } #endif -/** Default constructor. */ -ColorBlock::ColorBlock() -{ -} - /** Init the color block from an array of colors. */ ColorBlock::ColorBlock(const uint *linearImage) { -- cgit v1.2.3