Remove unused color definitions
This commit is contained in:
@ -89,9 +89,6 @@ static void eek_theme_node_finalize (GObject *object);
|
|||||||
|
|
||||||
static const EekColor BLACK_COLOR = { 0, 0, 0, 0xff };
|
static const EekColor BLACK_COLOR = { 0, 0, 0, 0xff };
|
||||||
static const EekColor TRANSPARENT_COLOR = { 0, 0, 0, 0 };
|
static const EekColor TRANSPARENT_COLOR = { 0, 0, 0, 0 };
|
||||||
static const EekColor DEFAULT_SUCCESS_COLOR = { 0x4e, 0x9a, 0x06, 0xff };
|
|
||||||
static const EekColor DEFAULT_WARNING_COLOR = { 0xf5, 0x79, 0x3e, 0xff };
|
|
||||||
static const EekColor DEFAULT_ERROR_COLOR = { 0xcc, 0x00, 0x00, 0xff };
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
eek_theme_node_init (EekThemeNode *self)
|
eek_theme_node_init (EekThemeNode *self)
|
||||||
|
|||||||
Reference in New Issue
Block a user