From: Ramakrishnan Muthukrishnan <ram@rkrishnan.org>
Date: Sun, 2 Jan 2022 13:55:42 +0000 (+0530)
Subject: No need to show the Step value anymore
X-Git-Url: https://git.rkrishnan.org/uri//%22%22?a=commitdiff_plain;h=a62f49535f46f8738fb1be55d1c005e4d81f5f98;p=pihpsdr.git

No need to show the Step value anymore
---

diff --git a/vfo.c b/vfo.c
index 07c7f0f..f2ebe52 100644
--- a/vfo.c
+++ b/vfo.c
@@ -1198,10 +1198,10 @@ void vfo_update() {
         }
         cairo_show_text(cr, "DIV");
 
-        sprintf(temp_text,"Step %s",step_labels[s]);
-        cairo_move_to(cr, 400, 15);
-        cairo_set_source_rgb(cr, 1.0, 1.0, 0.0);
-        cairo_show_text(cr, temp_text);
+        /* sprintf(temp_text,"Step %s",step_labels[s]); */
+        /* cairo_move_to(cr, 400, 15); */
+        /* cairo_set_source_rgb(cr, 1.0, 1.0, 0.0); */
+        /* cairo_show_text(cr, temp_text); */
 
         cairo_move_to(cr, 405, 50);  
         if(vfo[id].ctun) {