Remove GUI.CustomController

This commit is contained in:
Andrej 2019-05-20 05:56:30 +07:00
parent c711fc76f5
commit 9c86835a7d

View File

@ -456,8 +456,6 @@ const GUI = function(pars) {
} }
}; };
GUI.CustomController = CustomController;
GUI.toggleHide = function() { GUI.toggleHide = function() {
hide = !hide; hide = !hide;
common.each(hideableGuis, function(gui) { common.each(hideableGuis, function(gui) {