diff options
Diffstat (limited to 'ui/qt/qwhisper/watch.go')
-rw-r--r-- | ui/qt/qwhisper/watch.go | 13 |
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) -} |