From decce5cc17fc4ed769e5a8fc56596aca2ed1192a Mon Sep 17 00:00:00 2001
From: Erwin Ried <1091420+eried@users.noreply.github.com>
Date: Wed, 27 May 2020 21:40:50 +0200
Subject: [PATCH] Revert "Adding 2 more steps to the frequency selector (#28)"

This reverts commit ebfcc8189436a13d8e6314eae4cb032417e8014e.
---
 firmware/application/ui/ui_receiver.hpp | 2 --
 1 file changed, 2 deletions(-)

diff --git a/firmware/application/ui/ui_receiver.hpp b/firmware/application/ui/ui_receiver.hpp
index 6d38775b..6bad8886 100644
--- a/firmware/application/ui/ui_receiver.hpp
+++ b/firmware/application/ui/ui_receiver.hpp
@@ -247,8 +247,6 @@ public:
 			parent_pos,
 			5,
 			{
-				{ "  1  ",        1 },
-				{ "  10 ",       10 },
 				{ "  100",      100 },
 				{ "  1k ",     1000 },
 				{ "  3k ",     3000 },	/* Approximate SSB bandwidth */
-- 
GitLab