aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-03-06 00:37:00 +0800
committerobscuren <geffobscura@gmail.com>2015-03-06 00:37:00 +0800
commit44b83c6ea6b2c772669285024e5cce25b7cfe7e1 (patch)
treef1b10856ec741484e7f213557aa6d522ef55f171 /cmd
parent178798ef871a58a7ada2bbc54a80953f104fd6b0 (diff)
downloadgo-tangerine-44b83c6ea6b2c772669285024e5cce25b7cfe7e1.tar
go-tangerine-44b83c6ea6b2c772669285024e5cce25b7cfe7e1.tar.gz
go-tangerine-44b83c6ea6b2c772669285024e5cce25b7cfe7e1.tar.bz2
go-tangerine-44b83c6ea6b2c772669285024e5cce25b7cfe7e1.tar.lz
go-tangerine-44b83c6ea6b2c772669285024e5cce25b7cfe7e1.tar.xz
go-tangerine-44b83c6ea6b2c772669285024e5cce25b7cfe7e1.tar.zst
go-tangerine-44b83c6ea6b2c772669285024e5cce25b7cfe7e1.zip
Removed unused variables
Diffstat (limited to 'cmd')
-rw-r--r--cmd/mist/gui.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/cmd/mist/gui.go b/cmd/mist/gui.go
index e4b7a7ccb..35bfdf9a3 100644
--- a/cmd/mist/gui.go
+++ b/cmd/mist/gui.go
@@ -32,7 +32,6 @@ import (
"path"
"runtime"
"sort"
- "strconv"
"time"
"github.com/ethereum/go-ethereum/core"
@@ -388,7 +387,7 @@ func (gui *Gui) update() {
statsUpdateTicker := time.NewTicker(5 * time.Second)
lastBlockLabel := gui.getObjectByName("lastBlockLabel")
- miningLabel := gui.getObjectByName("miningLabel")
+ //miningLabel := gui.getObjectByName("miningLabel")
events := gui.eth.EventMux().Subscribe(
core.ChainEvent{},