aboutsummaryrefslogtreecommitdiff
path: root/src/layer_box.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/layer_box.h')
-rw-r--r--src/layer_box.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/layer_box.h b/src/layer_box.h
index 1e4e5e3..157bb29 100644
--- a/src/layer_box.h
+++ b/src/layer_box.h
@@ -7,8 +7,6 @@
#include "osc_server.h"
#include "layer.h"
-#define COLOR_TYPES "iii" /* r, g, b */
-
class LayerBox : public Layer {
Sint16 x1, y1, x2, y2;
Uint8 r, g, b, a;