diff options
Diffstat (limited to 'src/gwin/gwin_button.c')
-rw-r--r-- | src/gwin/gwin_button.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gwin/gwin_button.c b/src/gwin/gwin_button.c index 6e25ab6c..c96d3cdd 100644 --- a/src/gwin/gwin_button.c +++ b/src/gwin/gwin_button.c @@ -23,9 +23,6 @@ #define BTN_TOP_FADE 50 // (BTN_TOP_FADE/255)% fade to white for top of button #define BTN_BOTTOM_FADE 25 // (BTN_BOTTOM_FADE/255)% fade to black for bottom of button -// Our pressed state -#define GBUTTON_FLG_PRESSED (GWIN_FIRST_CONTROL_FLAG<<0) - #if GINPUT_NEED_MOUSE // A mouse down has occurred over the button static void ButtonMouseDown(GWidgetObject *gw, coord_t x, coord_t y) { |