From 76f112ffc5391133c8c946529f6735a0841d9886 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Wed, 1 Mar 2017 16:12:44 -0800 Subject: [PATCH] Only export TouchBar to start --- lib/browser/api/exports/electron.js | 36 ----------------------------- 1 file changed, 36 deletions(-) diff --git a/lib/browser/api/exports/electron.js b/lib/browser/api/exports/electron.js index 0c6ce065b029..3f4059521752 100644 --- a/lib/browser/api/exports/electron.js +++ b/lib/browser/api/exports/electron.js @@ -109,42 +109,6 @@ Object.defineProperties(exports, { return require('../touch-bar') } }, - TouchBarButton: { - enumerable: true, - get: function () { - return require('../touch-bar').Button - } - }, - TouchBarColorPicker: { - enumerable: true, - get: function () { - return require('../touch-bar').ColorPicker - } - }, - TouchBarGroup: { - enumerable: true, - get: function () { - return require('../touch-bar').Group - } - }, - TouchBarLabel: { - enumerable: true, - get: function () { - return require('../touch-bar').Label - } - }, - TouchBarPopOver: { - enumerable: true, - get: function () { - return require('../touch-bar').PopOver - } - }, - TouchBarSlider: { - enumerable: true, - get: function () { - return require('../touch-bar').Slider - } - }, Tray: { enumerable: true, get: function () {