aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/gwin_radio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gwin/gwin_radio.c')
-rw-r--r--src/gwin/gwin_radio.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gwin/gwin_radio.c b/src/gwin/gwin_radio.c
index 9b9f589b..6d9bd60e 100644
--- a/src/gwin/gwin_radio.c
+++ b/src/gwin/gwin_radio.c
@@ -21,9 +21,6 @@
#define GRADIO_BOTTOM_FADE 25 // (GRADIO_BOTTOM_FADE/255)% fade to black for bottom of tab/button
#define GRADIO_OUTLINE_FADE 128 // (GRADIO_OUTLINE_FADE/255)% fade to background for active tab edge
-// Our pressed state
-#define GRADIO_FLG_PRESSED (GWIN_FIRST_CONTROL_FLAG<<0)
-
// Send the button event
static void SendRadioEvent(GWidgetObject *gw) {
GSourceListener * psl;