From 444c9effdb2458d7130be5a5e1cad1d719c67114 Mon Sep 17 00:00:00 2001 From: obscuren Date: Sat, 23 Aug 2014 15:30:23 +0200 Subject: Check data length --- ethereal/assets/qml/views/info.qml | 1 - ethereal/assets/qml/wallet.qml | 1 - 2 files changed, 2 deletions(-) (limited to 'ethereal/assets') diff --git a/ethereal/assets/qml/views/info.qml b/ethereal/assets/qml/views/info.qml index 9ac2a1a09..8a1d4d84a 100644 --- a/ethereal/assets/qml/views/info.qml +++ b/ethereal/assets/qml/views/info.qml @@ -106,7 +106,6 @@ Rectangle { } } } - } Menu { diff --git a/ethereal/assets/qml/wallet.qml b/ethereal/assets/qml/wallet.qml index 90cc42a1f..ed527ced7 100644 --- a/ethereal/assets/qml/wallet.qml +++ b/ethereal/assets/qml/wallet.qml @@ -43,7 +43,6 @@ ApplicationWindow { // Takes care of loading all default plugins Component.onCompleted: { var walletView = addPlugin("./views/wallet.qml", {noAdd: true, section: "ethereum", active: true}) - var historyView = addPlugin("./views/history.qml", {noAdd: true, section: "legacy"}) var newTxView = addPlugin("./views/transaction.qml", {noAdd: true, section: "legacy"}) var chainView = addPlugin("./views/chain.qml", {noAdd: true, section: "legacy"}) var infoView = addPlugin("./views/info.qml", {noAdd: true, section: "legacy"}) -- cgit v1.2.3