Remove dead code in AvatarUploadStatusItem

This commit is contained in:
Ryan Huffman 2019-01-04 11:29:07 -08:00
parent b680e9c52a
commit 6d5b9a88e4

View file

@ -14,12 +14,6 @@ Item {
property int uploaderState; property int uploaderState;
property var uploader; property var uploader;
/*
state: root.uploader === undefined ? "" :
(root.uploader.state > uploaderState ? "success"
: (root.uploader.error !== 0 ? "fail" : (root.uploader.state === uploaderState ? "running" : "")))
*/
states: [ states: [
State { State {
name: "" name: ""