From 613a6ab8cde7ec0992f601f7d97ac509fa964032 Mon Sep 17 00:00:00 2001 From: Dante Ruiz Date: Thu, 4 Oct 2018 12:18:18 -0700 Subject: [PATCH] removing unneeded code --- interface/resources/qml/hifi/avatarapp/AdjustWearables.qml | 3 --- 1 file changed, 3 deletions(-) diff --git a/interface/resources/qml/hifi/avatarapp/AdjustWearables.qml b/interface/resources/qml/hifi/avatarapp/AdjustWearables.qml index 6ed13835f9..a78ebfa940 100644 --- a/interface/resources/qml/hifi/avatarapp/AdjustWearables.qml +++ b/interface/resources/qml/hifi/avatarapp/AdjustWearables.qml @@ -23,9 +23,6 @@ Rectangle { property bool modified: false; Component.onCompleted: { modified = false; - MyAavatar.animGraphLoaded.connect(function() { - softWearableTimer.restart(); - }); } property var jointNames: []