Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacques Lucke <jacques@blender.org>2021-04-08 16:51:27 +0300
committerJacques Lucke <jacques@blender.org>2021-04-08 16:51:39 +0300
commitf0317911850f07c75aa2e10e371b69b135194ac6 (patch)
treeb1323db6a11fc6e2729104d8f9af7118743b04df /source/blender/imbuf/intern/dds/ColorBlock.cpp
parent89b3c9da48cf685361105df1ca2e9ed27ef240ae (diff)
Cleanup: modernize-use-equals-default
This was missing from rB19dfb6ea1f6745c0dbc2ce21839c30184b553878.
Diffstat (limited to 'source/blender/imbuf/intern/dds/ColorBlock.cpp')
-rw-r--r--source/blender/imbuf/intern/dds/ColorBlock.cpp5
1 files changed, 0 insertions, 5 deletions
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)
{