mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 04:04:22 +02:00
Remove dead code in AvatarUploadStatusItem
This commit is contained in:
parent
b680e9c52a
commit
6d5b9a88e4
1 changed files with 0 additions and 6 deletions
|
@ -14,12 +14,6 @@ Item {
|
|||
property int uploaderState;
|
||||
property var uploader;
|
||||
|
||||
/*
|
||||
state: root.uploader === undefined ? "" :
|
||||
(root.uploader.state > uploaderState ? "success"
|
||||
: (root.uploader.error !== 0 ? "fail" : (root.uploader.state === uploaderState ? "running" : "")))
|
||||
*/
|
||||
|
||||
states: [
|
||||
State {
|
||||
name: ""
|
||||
|
|
Loading…
Reference in a new issue