Minor change in color_bar.cpp

This commit is contained in:
David Capello 2020-07-20 16:25:04 -03:00
parent ace6478846
commit 9f09fbe01a

View File

@ -5,7 +5,7 @@
// This program is distributed under the terms of // This program is distributed under the terms of
// the End-User License Agreement for Aseprite. // the End-User License Agreement for Aseprite.
#define COLOR_BAR_TRACE(...) // TRACE #define COLOR_BAR_TRACE(...) // TRACE(__VA_ARGS__)
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include "config.h" #include "config.h"