diff -r f8c3d4e6102c -r ac7857bd5fdb common/radio_global.h --- 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