diff --git a/src/app/ui/color_bar.h b/src/app/ui/color_bar.h index e98a99700..298c4ec76 100644 --- a/src/app/ui/color_bar.h +++ b/src/app/ui/color_bar.h @@ -1,5 +1,5 @@ // Aseprite -// Copyright (C) 2001-2017 David Capello +// Copyright (C) 2001-2018 David Capello // // This program is distributed under the terms of // the End-User License Agreement for Aseprite. @@ -54,8 +54,8 @@ namespace app { SPECTRUM, RGB_WHEEL, RYB_WHEEL, - NORMAL_MAP_WHEEL, TINT_SHADE_TONE, + NORMAL_MAP_WHEEL, }; static ColorBar* instance() { return m_instance; }