summaryrefslogtreecommitdiff
path: root/src/data.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/data.h')
-rw-r--r--src/data.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/data.h b/src/data.h
index 300059a..df29704 100644
--- a/src/data.h
+++ b/src/data.h
@@ -28,10 +28,6 @@
#define FONT_HEIGHT(f) ((f)->max_bounds.ascent + (f)->max_bounds.descent)
-#define STATE_UNMAPPED 0
-#define STATE_MAPPED 1
-
-
typedef struct rp_window rp_window;
typedef struct screen_info screen_info;
typedef struct rp_action rp_action;