Switch to side-by-side view

--- a/HelperStructs/globals.h
+++ b/HelperStructs/globals.h
@@ -33,10 +33,6 @@
 // name, target, dark, string
 #define LINK(n, t, d, s) if(d) s="<a href=\"t\">LIGHT_BLUE(n)</a>"; \
                          else  s="<a href=\"t\">DARK_BLUE(n)</a>";
-
-#define RADIO_OFF 0
-#define RADIO_LFM 1
-#define RADIO_STATION 2
 
 #define PLUGIN_NUM 5
 #define PLUGIN_NONE 0