Skip to content

Commit

Permalink
Removing the "Play audio" functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
mgm8 committed May 19, 2024
1 parent 97c2dfc commit 3967205
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 23 deletions.
19 changes: 0 additions & 19 deletions spacelab_decoder/data/ui/spacelab_decoder.glade
Original file line number Diff line number Diff line change
Expand Up @@ -109,25 +109,6 @@ Author: Gabriel Mariano Marcelino <[email protected]>
<property name="homogeneous">True</property>
</packing>
</child>
<child>
<object class="GtkToolItem">
<property name="visible">True</property>
<property name="can-focus">False</property>
<child>
<object class="GtkCheckButton" id="checkbutton_play_audio">
<property name="label" translatable="yes">Play Audio</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">False</property>
<property name="draw-indicator">True</property>
</object>
</child>
</object>
<packing>
<property name="expand">False</property>
<property name="homogeneous">True</property>
</packing>
</child>
<child>
<object class="GtkToolButton" id="button_plot_spectrum">
<property name="visible">True</property>
Expand Down
3 changes: 0 additions & 3 deletions spacelab_decoder/spacelabdecoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,6 @@ def _build_widgets(self):
# Audio file Filechooser
self.filechooser_audio_file = self.builder.get_object("filechooser_audio_file")

# Play audio checkbutton
self.checkbutton_play_audio = self.builder.get_object("checkbutton_play_audio")

# Decode button
self.button_decode = self.builder.get_object("button_decode")
self.button_decode.connect("clicked", self.on_button_decode_clicked)
Expand Down
2 changes: 1 addition & 1 deletion spacelab_decoder/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
__copyright__ = "Copyright The SpaceLab-Decoder Contributors"
__credits__ = ["Gabriel Mariano Marcelino - PU5GMA"]
__license__ = "GPLv3"
__version__ = "0.3.25"
__version__ = "0.4.0"
__maintainer__ = "Gabriel Mariano Marcelino - PU5GMA"
__email__ = "[email protected]"
__status__ = "Development"

0 comments on commit 3967205

Please sign in to comment.