From 6c9c22a5fbe9d48360cd526385e3ce568e59fa83 Mon Sep 17 00:00:00 2001 From: milad Date: Tue, 3 Sep 2019 18:14:15 -0700 Subject: [PATCH] removed old code --- .../simplifiedEmote/ui/qml/SimplifiedEmoteIndicator.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/simplifiedUI/simplifiedEmote/ui/qml/SimplifiedEmoteIndicator.qml b/scripts/simplifiedUI/simplifiedEmote/ui/qml/SimplifiedEmoteIndicator.qml index b8b983c19c..8032edce84 100644 --- a/scripts/simplifiedUI/simplifiedEmote/ui/qml/SimplifiedEmoteIndicator.qml +++ b/scripts/simplifiedUI/simplifiedEmote/ui/qml/SimplifiedEmoteIndicator.qml @@ -37,7 +37,6 @@ Rectangle { ) ? expandedWidth : originalWidth; readonly property int totalEmojiDurationMS: 7000 // Must match `TOTAL_EMOJI_DURATION_MS` in `simplifiedEmoji.js` readonly property string emoteIconSource: "images/emote_Icon.svg" - // property bool trayDisabled: Settings.getValue("simplifiedUI/showEmoteUI", false) property bool showEmoteUI: Settings.getValue("simplifiedUI/showEmoteUI", false)