Skip to content

Commit

Permalink
remove unused detector
Browse files Browse the repository at this point in the history
  • Loading branch information
jketterl committed Mar 26, 2020
1 parent 8a053f4 commit b87f701
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions owrx/feature.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,13 +124,6 @@ def has_nc(self):
"""
return self.command_is_runnable("nc --help")

def has_rtl_sdr(self):
"""
The rtl-sdr command is required to read I/Q data from an RTL SDR USB-Stick. It is available in most
distribution package managers.
"""
return self.command_is_runnable("rtl_sdr --help")

def has_hackrf_transfer(self):
"""
To use a HackRF, compile the HackRF host tools from its "stdout" branch:
Expand Down

0 comments on commit b87f701

Please sign in to comment.