From 440def810dc8cb67eda78c5e0b23b3030fd9114e Mon Sep 17 00:00:00 2001
From: Thomas Rientjes <synzvato@protonmail.com>
Date: Mon, 8 Jan 2018 00:00:01 -0300
Subject: [PATCH] Remove unused code segment

---
 core/main.js | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/core/main.js b/core/main.js
index d562f7c..5174c27 100644
--- a/core/main.js
+++ b/core/main.js
@@ -90,10 +90,6 @@ main._showReleaseNotes = function (details) {
 chrome.runtime.onInstalled.addListener(main._showReleaseNotes);
 main._initializeOptions();
 
-chrome.runtime.getPlatformInfo(function (information) {
-    main.operatingSystem = information.os;
-});
-
 wrappers.setBadgeBackgroundColor({
     'color': [74, 130, 108, 255]
 });
-- 
GitLab