mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-26 17:18:46 +02:00
removed commented out code
This commit is contained in:
parent
79b7271729
commit
252e8a2ed6
1 changed files with 0 additions and 2 deletions
|
@ -586,8 +586,6 @@ function restoreLODSettings() {
|
||||||
var nametag = Script.require("./simplifiedNametag/simplifiedNametag.js?" + Date.now());
|
var nametag = Script.require("./simplifiedNametag/simplifiedNametag.js?" + Date.now());
|
||||||
var si = Script.require("./simplifiedStatusIndicator/simplifiedStatusIndicator.js?" + Date.now())
|
var si = Script.require("./simplifiedStatusIndicator/simplifiedStatusIndicator.js?" + Date.now())
|
||||||
var emote = Script.require("../simplifiedEmote/simplifiedEmote.js?" + Date.now());
|
var emote = Script.require("../simplifiedEmote/simplifiedEmote.js?" + Date.now());
|
||||||
// var nametag;
|
|
||||||
// var emote;
|
|
||||||
var oldShowAudioTools;
|
var oldShowAudioTools;
|
||||||
var oldShowBubbleTools;
|
var oldShowBubbleTools;
|
||||||
var keepExistingUIAndScriptsSetting = Settings.getValue("simplifiedUI/keepExistingUIAndScripts", false);
|
var keepExistingUIAndScriptsSetting = Settings.getValue("simplifiedUI/keepExistingUIAndScripts", false);
|
||||||
|
|
Loading…
Reference in a new issue