aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-02-18 06:22:42 +0800
committerobscuren <geffobscura@gmail.com>2015-02-18 06:22:42 +0800
commit60318c96d03bcaaf731802b1080a3d87cb482124 (patch)
treeb7fab47e87ece51d1b66ffcdf8e25e6dcc55df64 /cmd
parentc1d0693cb19c79bbfd7d1948d0799a9e2795076d (diff)
downloadgo-tangerine-60318c96d03bcaaf731802b1080a3d87cb482124.tar
go-tangerine-60318c96d03bcaaf731802b1080a3d87cb482124.tar.gz
go-tangerine-60318c96d03bcaaf731802b1080a3d87cb482124.tar.bz2
go-tangerine-60318c96d03bcaaf731802b1080a3d87cb482124.tar.lz
go-tangerine-60318c96d03bcaaf731802b1080a3d87cb482124.tar.xz
go-tangerine-60318c96d03bcaaf731802b1080a3d87cb482124.tar.zst
go-tangerine-60318c96d03bcaaf731802b1080a3d87cb482124.zip
removed old wallet
Diffstat (limited to 'cmd')
-rw-r--r--cmd/mist/assets/qml/main.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/mist/assets/qml/main.qml b/cmd/mist/assets/qml/main.qml
index 3089fc46f..f9bfd9b8d 100644
--- a/cmd/mist/assets/qml/main.qml
+++ b/cmd/mist/assets/qml/main.qml
@@ -46,7 +46,6 @@ ApplicationWindow {
walletWeb.view.url = "http://ethereum-dapp-wallet.meteor.com/";
walletWeb.menuItem.title = "Wallet";
- addPlugin("./views/wallet.qml", {noAdd: true, close: false, section: "legacy"});
addPlugin("./views/miner.qml", {noAdd: true, close: false, section: "ethereum", active: false});
addPlugin("./views/transaction.qml", {noAdd: true, close: false, section: "legacy"});
addPlugin("./views/whisper.qml", {noAdd: true, close: false, section: "legacy"});