diff --git a/owrx/feature.py b/owrx/feature.py index ffd266b12..b62003f4e 100644 --- a/owrx/feature.py +++ b/owrx/feature.py @@ -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: