]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
No need to show the Step value anymore
authorRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Sun, 2 Jan 2022 13:55:42 +0000 (19:25 +0530)
committerRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Sun, 2 Jan 2022 13:55:42 +0000 (19:25 +0530)
vfo.c

diff --git a/vfo.c b/vfo.c
index 07c7f0fdca6e66444edf223f5fa55dab510e001e..f2ebe5273012611c43a0bcb60782b0f5bf3f48fe 100644 (file)
--- 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) {