diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 0bc7f1fcf2..60567acf32 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -595,10 +595,6 @@ "message": "New Messages", "description": "Displayed in notifications for multiple messages" }, - "restartSignal": { - "message": "Restart Signal", - "description": "Menu item for restarting the program." - }, "messageNotSent": { "message": "Message not sent.", "description": "Informational label, appears on messages that failed to send" diff --git a/background.html b/background.html index 10233e918a..6f92a1e5a1 100644 --- a/background.html +++ b/background.html @@ -75,7 +75,6 @@
diff --git a/js/views/inbox_view.js b/js/views/inbox_view.js index b45801c140..704474587c 100644 --- a/js/views/inbox_view.js +++ b/js/views/inbox_view.js @@ -165,7 +165,6 @@ selectAContact: i18n('selectAContact'), searchForPeopleOrGroups: i18n('searchForPeopleOrGroups'), settings: i18n('settings'), - restartSignal: i18n('restartSignal'), }, events: { click: 'onClick', @@ -175,7 +174,6 @@ 'click .showSettings': 'showSettings', 'select .gutter .conversation-list-item': 'openConversation', 'input input.search': 'filterContacts', - 'click .restart-signal': window.restart, 'show .lightbox': 'showLightbox', }, startConnectionListener() { diff --git a/test/index.html b/test/index.html index 44b45f0ab1..d58c409517 100644 --- a/test/index.html +++ b/test/index.html @@ -47,7 +47,6 @@