From 44b83c6ea6b2c772669285024e5cce25b7cfe7e1 Mon Sep 17 00:00:00 2001 From: obscuren Date: Thu, 5 Mar 2015 17:37:00 +0100 Subject: [PATCH] Removed unused variables --- cmd/mist/gui.go | 3 +-- 1 file changed, 1 insertion(+), 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{}, -- GitLab