From 9c86835a7d0920a9cd855c5ec34250905a274071 Mon Sep 17 00:00:00 2001 From: Andrej Date: Mon, 20 May 2019 05:56:30 +0700 Subject: [PATCH] Remove GUI.CustomController --- src/dat/gui/GUI.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/dat/gui/GUI.js b/src/dat/gui/GUI.js index 24dc9da..f3d79e1 100644 --- a/src/dat/gui/GUI.js +++ b/src/dat/gui/GUI.js @@ -456,8 +456,6 @@ const GUI = function(pars) { } }; -GUI.CustomController = CustomController; - GUI.toggleHide = function() { hide = !hide; common.each(hideableGuis, function(gui) {