mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-10 11:47:27 -03:00
remove unused _autodetecting_timer_callback
This commit is contained in:
parent
28786f5a63
commit
d699940615
1 changed files with 0 additions and 4 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue