projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3982d3c
)
No need to show the Step value anymore
author
Ramakrishnan Muthukrishnan
<ram@rkrishnan.org>
Sun, 2 Jan 2022 13:55:42 +0000
(19:25 +0530)
committer
Ramakrishnan Muthukrishnan
<ram@rkrishnan.org>
Sun, 2 Jan 2022 13:55:42 +0000
(19:25 +0530)
vfo.c
patch
|
blob
|
history
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) {