From d664b9e118e42b6f8eb3cd3a5873a253a753d581 Mon Sep 17 00:00:00 2001 From: milad Date: Thu, 14 Nov 2019 09:28:05 -0800 Subject: [PATCH] removed icon log --- screenshare/src/screenshareMainProcess.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/screenshare/src/screenshareMainProcess.js b/screenshare/src/screenshareMainProcess.js index 9a1ebf5424..5e2c394f9d 100644 --- a/screenshare/src/screenshareMainProcess.js +++ b/screenshare/src/screenshareMainProcess.js @@ -57,10 +57,6 @@ function createWindow(){ icon: __dirname + `/resources/interface.png`, skipTaskbar: false, title: "Screen share" - // TODO: Update this code once we have CMAKE copying a png from - // `/interface/icon/interface.png` into the same directory - // as the screenshare executable during a post-build step - //icon: "hifi-screenshare-icon.png" }); window.loadURL('file://' + __dirname + '/screenshareApp.html'); window.setMenu(null);