From d025b5765604bb7469ed9269d7dea1d1d702d538 Mon Sep 17 00:00:00 2001 From: lilia Date: Mon, 24 Apr 2017 16:51:13 -0700 Subject: [PATCH] Remove unused method --- js/chromium.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/js/chromium.js b/js/chromium.js index 588e9a354..dcf212750 100644 --- a/js/chromium.js +++ b/js/chromium.js @@ -167,10 +167,6 @@ }; } - extension.install = function() { - Whisper.events.trigger('openInstaller'); - }; - var notification_pending = Promise.resolve(); extension.notification = { init: function() {