aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-03-04 03:38:28 +0800
committerobscuren <geffobscura@gmail.com>2015-03-04 03:38:28 +0800
commit827ea4347836033b9d699f3f9b52159adcb16386 (patch)
tree0562351183a986df2365d0ebe675d4c913a5f0ac /cmd
parent253eb778d19af9204c9dd65e3963bd63f3bab6f0 (diff)
downloadgo-tangerine-827ea4347836033b9d699f3f9b52159adcb16386.tar
go-tangerine-827ea4347836033b9d699f3f9b52159adcb16386.tar.gz
go-tangerine-827ea4347836033b9d699f3f9b52159adcb16386.tar.bz2
go-tangerine-827ea4347836033b9d699f3f9b52159adcb16386.tar.lz
go-tangerine-827ea4347836033b9d699f3f9b52159adcb16386.tar.xz
go-tangerine-827ea4347836033b9d699f3f9b52159adcb16386.tar.zst
go-tangerine-827ea4347836033b9d699f3f9b52159adcb16386.zip
removed all old filters
Diffstat (limited to 'cmd')
-rw-r--r--cmd/mist/ext_app.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/cmd/mist/ext_app.go b/cmd/mist/ext_app.go
index 7ac51db0b..84041a553 100644
--- a/cmd/mist/ext_app.go
+++ b/cmd/mist/ext_app.go
@@ -24,7 +24,6 @@ import (
"github.com/ethereum/go-ethereum/core"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/event"
- "github.com/ethereum/go-ethereum/ui/qt"
"github.com/ethereum/go-ethereum/xeth"
"github.com/obscuren/qml"
)
@@ -116,7 +115,3 @@ func (app *ExtApplication) mainLoop() {
}
}
}
-
-func (self *ExtApplication) Watch(filterOptions map[string]interface{}, identifier string) {
- self.filters[identifier] = qt.NewFilterFromMap(filterOptions, self.eth)
-}