mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-27 05:38:12 +00:00
Remove unused method
This is now handled in AppView // FREEBIE
This commit is contained in:
@@ -71,10 +71,6 @@
|
||||
reconnect: function() {
|
||||
setTimeout(this.connect.bind(this), 10000);
|
||||
},
|
||||
close: function() {
|
||||
this.remove();
|
||||
Whisper.events.trigger('openInbox');
|
||||
},
|
||||
events: function() {
|
||||
return {
|
||||
'click .error-dialog .ok': 'connect',
|
||||
|
||||
Reference in New Issue
Block a user