diff --git a/desktop/static/SupportRequestPreload.js b/desktop/static/SupportRequestPreload.js deleted file mode 100644 index 09d19af6f..000000000 --- a/desktop/static/SupportRequestPreload.js +++ /dev/null @@ -1,20 +0,0 @@ -/** - * Copyright (c) Facebook, Inc. and its affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - * - * @format - */ - -const {ipcRenderer} = require('electron'); - -global.sendToHost = (message) => { - ipcRenderer.sendToHost(message); -}; - -global.setupToReceiveHostMessage = (callback) => { - ipcRenderer.on('hostMessage', (event, message) => { - callback(message); - }); -}; diff --git a/desktop/static/electron-stubs.notjs b/desktop/static/electron-stubs.notjs deleted file mode 100644 index f456c06e1..000000000 --- a/desktop/static/electron-stubs.notjs +++ /dev/null @@ -1,37 +0,0 @@ -/* - * Copyright (c) Facebook, Inc. and its affiliates. - * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. - * - */ -{ - remote: { - process: { - env: {}, - }, - getCurrentWindow: function() { - return { - isFocused: function() {return true;}, - on: function() {return true;} - }; - }, - app: { - getVersion: function() {return global.__VERSION__ || '1';}, - getName: function() {return '';}, - getAppPath: function() {return process.cwd();} - }, - shell: { - openExternal: function() {} - }, - Menu: { - buildFromTemplate: function() { - return {items: []} - }, - setApplicationMenu: function() {} - } - }, - ipcRenderer: { - on: function() {return true;} - }, -} diff --git a/desktop/static/uiperf/screenshot.png b/desktop/static/uiperf/screenshot.png deleted file mode 100644 index 5cbc1bad0..000000000 Binary files a/desktop/static/uiperf/screenshot.png and /dev/null differ