mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 10:07:58 +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 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: ""
|
||||||
|
|
Loading…
Reference in a new issue