diff options
author | obscuren <geffobscura@gmail.com> | 2014-07-02 02:09:37 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-07-02 02:09:37 +0800 |
commit | dd869064a678918544678c9cb8413d1e9a94de89 (patch) | |
tree | fc2354d02af43f7298ff280b2b3b39713b67ce23 /ethereal/assets/qml/transactions.qml | |
parent | 7a2a63f32b209f0358fa6be1e76b49319d8f309f (diff) | |
download | go-tangerine-dd869064a678918544678c9cb8413d1e9a94de89.tar go-tangerine-dd869064a678918544678c9cb8413d1e9a94de89.tar.gz go-tangerine-dd869064a678918544678c9cb8413d1e9a94de89.tar.bz2 go-tangerine-dd869064a678918544678c9cb8413d1e9a94de89.tar.lz go-tangerine-dd869064a678918544678c9cb8413d1e9a94de89.tar.xz go-tangerine-dd869064a678918544678c9cb8413d1e9a94de89.tar.zst go-tangerine-dd869064a678918544678c9cb8413d1e9a94de89.zip |
delete?
Diffstat (limited to 'ethereal/assets/qml/transactions.qml')
-rw-r--r-- | ethereal/assets/qml/transactions.qml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ethereal/assets/qml/transactions.qml b/ethereal/assets/qml/transactions.qml deleted file mode 100644 index e9a035a85..000000000 --- a/ethereal/assets/qml/transactions.qml +++ /dev/null @@ -1,9 +0,0 @@ -import QtQuick 2.0 -import QtQuick.Controls 1.0; -import QtQuick.Layouts 1.0; - -Rectangle { - id: transactionView - visible: false - Text { text: "TX VIEW" } -} |