aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal/html_container.go
diff options
context:
space:
mode:
Diffstat (limited to 'ethereal/html_container.go')
-rw-r--r--ethereal/html_container.go8
1 files changed, 0 insertions, 8 deletions
diff --git a/ethereal/html_container.go b/ethereal/html_container.go
index 7deee487d..bbf77402e 100644
--- a/ethereal/html_container.go
+++ b/ethereal/html_container.go
@@ -125,14 +125,6 @@ func (app *HtmlApplication) NewBlock(block *ethchain.Block) {
app.webView.Call("onNewBlockCb", b)
}
-func (app *HtmlApplication) ObjectChanged(stateObject *ethstate.StateObject) {
- app.webView.Call("onObjectChangeCb", ethpub.NewPStateObject(stateObject))
-}
-
-func (app *HtmlApplication) StorageChanged(storageObject *ethstate.StorageState) {
- app.webView.Call("onStorageChangeCb", ethpub.NewPStorageState(storageObject))
-}
-
func (self *HtmlApplication) Messages(messages ethstate.Messages, id string) {
var msgs []javascript.JSMessage
for _, m := range messages {