diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-01-24 10:00:37 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-01-24 10:00:37 +0100 |
commit | f0d82e708e435f2d7f6d8e066481286bd023dff9 (patch) | |
tree | f1d678ba537f728eace3706165922dbde72d837c | |
parent | af2e92982b722ed0ea8f465649b843cb5ed4fda7 (diff) | |
download | kube-f0d82e708e435f2d7f6d8e066481286bd023dff9.tar.gz kube-f0d82e708e435f2d7f6d8e066481286bd023dff9.zip |
Cleanup
-rw-r--r-- | framework/qml/LoginAccount.qml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/framework/qml/LoginAccount.qml b/framework/qml/LoginAccount.qml index 261746d5..78558701 100644 --- a/framework/qml/LoginAccount.qml +++ b/framework/qml/LoginAccount.qml | |||
@@ -24,7 +24,6 @@ import org.kube.framework 1.0 as Kube | |||
24 | Item { | 24 | Item { |
25 | id: root | 25 | id: root |
26 | property string accountId | 26 | property string accountId |
27 | property bool canRemove: true | ||
28 | 27 | ||
29 | signal done() | 28 | signal done() |
30 | 29 | ||