remove unused _autodetecting_timer_callback

This commit is contained in:
Miguel Jacq 2021-12-14 13:31:46 +11:00
parent 4b07b6d66b
commit dcf2957191

View File

@ -436,10 +436,6 @@ class AutoConnectUseBridgeWidget(QtWidgets.QWidget):
)
self.country_image_label.setPixmap(QtGui.QPixmap.fromImage(QtGui.QImage(path)))
def _autodetecting_timer_callback(self):
new_index = random.randrange(0, self.country_combobox.count())
self.country_combobox.setCurrentIndex(new_index)
def _detect_automatic_toggled(self):
self.country_combobox.setEnabled(False)
self.country_combobox.hide()