From: c vw <dl1ycf@darc.de>
Date: Tue, 17 Dec 2019 08:46:54 +0000 (+0100)
Subject: Removed un-unsed label from S6 button
X-Git-Url: https://git.rkrishnan.org/pf/content/en/frontends/%3C?a=commitdiff_plain;h=520057ce902dcb964c349ad74b46cb12cd33e359;p=pihpsdr.git

Removed un-unsed label from S6 button
---

diff --git a/toolbar.c b/toolbar.c
index 3a1eb4d..9a69458 100644
--- a/toolbar.c
+++ b/toolbar.c
@@ -212,11 +212,7 @@ void update_toolbar_labels() {
       gtk_button_set_label(GTK_BUTTON(sim_s3),"Band");
       gtk_button_set_label(GTK_BUTTON(sim_s4),"Mode");
       gtk_button_set_label(GTK_BUTTON(sim_s5),"Filter");
-      if(can_transmit) {
-        gtk_button_set_label(GTK_BUTTON(sim_s6),"Mox");
-      } else {
-        gtk_button_set_label(GTK_BUTTON(sim_s6),"");
-      }
+      gtk_button_set_label(GTK_BUTTON(sim_s6),"");
       if(full_tune) {
         set_button_text_color(sim_s1,"red");
       }