summaryrefslogtreecommitdiff
path: root/atari/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'atari/gui.h')
-rwxr-xr-xatari/gui.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/atari/gui.h b/atari/gui.h
index 826f6d52f..14b4ca463 100755
--- a/atari/gui.h
+++ b/atari/gui.h
@@ -28,14 +28,6 @@ struct point_s {
int y;
};
-struct bbox_s {
- int x0;
- int y0;
- int x1;
- int y1;
-};
-
-typedef struct bbox_s BBOX;
typedef struct point_s POINT;
#define MFORM_EX_FLAG_USERFORM 0x01
@@ -136,6 +128,4 @@ struct gui_window {
extern struct gui_window *window_list;
-#define MOUSE_IS_DRAGGING() (mouse_hold_start[0] || mouse_hold_start[1])
-
#endif