From: Ramakrishnan Muthukrishnan 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/%5B/%5D%20/file/$top_link?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) {