diff options
author | 2020-01-31 03:45:34 +0100 | |
---|---|---|
committer | 2020-01-30 21:45:34 -0500 | |
commit | 4a102057779ece1b11431ff0b7787249ce0ad3ad (patch) | |
tree | e4911a5cb1a4286dd1547213c4f5eaf993b6adf4 /src/lib/util/palette.cpp | |
parent | 059243f68ec0c2e327a3105a9480f50e5e0b4abf (diff) |
fixed some modernize-use-equals-default clang-tidy warnings (nw) (#6237)
Diffstat (limited to 'src/lib/util/palette.cpp')
-rw-r--r-- | src/lib/util/palette.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/lib/util/palette.cpp b/src/lib/util/palette.cpp index 59a63b2c8f5..47fa06c05bd 100644 --- a/src/lib/util/palette.cpp +++ b/src/lib/util/palette.cpp @@ -256,15 +256,6 @@ palette_t::palette_t(uint32_t numcolors, uint32_t numgroups) // palette_t - destructor //------------------------------------------------- -palette_t::~palette_t() -{ -} - - -//------------------------------------------------- -// palette_t - destructor -//------------------------------------------------- - void palette_t::deref() { if (--m_refcount == 0) |