From a62f49535f46f8738fb1be55d1c005e4d81f5f98 Mon Sep 17 00:00:00 2001 From: Ramakrishnan Muthukrishnan Date: Sun, 2 Jan 2022 19:25:42 +0530 Subject: [PATCH] No need to show the Step value anymore --- vfo.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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) { -- 2.45.2