aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/qwhisper/watch.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-06-20 20:37:00 +0800
committerobscuren <geffobscura@gmail.com>2015-06-20 20:37:00 +0800
commit42a14b8a09d812dbd7d1b05f145e6881376f320b (patch)
treec3e2ca55a7b67bce4558cdae3ac395568538d76a /ui/qt/qwhisper/watch.go
parente4f9ec886b498c5744633a4db1c735eec11dc71b (diff)
downloaddexon-42a14b8a09d812dbd7d1b05f145e6881376f320b.tar
dexon-42a14b8a09d812dbd7d1b05f145e6881376f320b.tar.gz
dexon-42a14b8a09d812dbd7d1b05f145e6881376f320b.tar.bz2
dexon-42a14b8a09d812dbd7d1b05f145e6881376f320b.tar.lz
dexon-42a14b8a09d812dbd7d1b05f145e6881376f320b.tar.xz
dexon-42a14b8a09d812dbd7d1b05f145e6881376f320b.tar.zst
dexon-42a14b8a09d812dbd7d1b05f145e6881376f320b.zip
mist: R.I.P.
/"""""/""""""". / / \ __ / / \ || /____ / \ || | | In Loving | || | | Memory | || | | | || | | 2014-2015 | || | | * * * * | _||_ | | *\/* *\/* | | TT | | | *_\_ / ...""""""| || |.""....""""""""."" | | \/.."""""..."""\ || /.""".......""""... | |...."""""""........""""""^^^^"......."""""""".." |......"""""""""""""""........"""""...."""""..""-Jeff W.
Diffstat (limited to 'ui/qt/qwhisper/watch.go')
-rw-r--r--ui/qt/qwhisper/watch.go13
1 files changed, 0 insertions, 13 deletions
diff --git a/ui/qt/qwhisper/watch.go b/ui/qt/qwhisper/watch.go
deleted file mode 100644
index 0ccedc719..000000000
--- a/ui/qt/qwhisper/watch.go
+++ /dev/null
@@ -1,13 +0,0 @@
-package qwhisper
-
-import (
- "fmt"
- "unsafe"
-)
-
-type Watch struct {
-}
-
-func (self *Watch) Arrived(v unsafe.Pointer) {
- fmt.Println(v)
-}