common/radio_global.h
changeset 39 ac7857bd5fdb
parent 38 f8c3d4e6102c
child 51 bbebb0235466
--- a/common/radio_global.h	Fri Jul 23 10:16:59 2010 +0300
+++ b/common/radio_global.h	Fri Aug 06 09:29:48 2010 +0300
@@ -29,8 +29,6 @@
  */
 const int FREQUENCY_MULTIPLIER = 1000000;
 
-const int ONE_HERTZ = FREQUENCY_MULTIPLIER;
-
 /**
  * Desired amount of steps in the volume control in the UI
  */
@@ -113,16 +111,6 @@
     };
 }
 
-namespace Scroll
-{
-    enum Direction
-    {
-        Shortest,
-        Left,
-        Right
-    };
-}
-
 namespace StationSkip
 {
     enum Mode