summaryrefslogtreecommitdiff
path: root/andlabs.go
diff options
context:
space:
mode:
Diffstat (limited to 'andlabs.go')
-rw-r--r--andlabs.go16
1 files changed, 0 insertions, 16 deletions
diff --git a/andlabs.go b/andlabs.go
deleted file mode 100644
index 95c1ad8..0000000
--- a/andlabs.go
+++ /dev/null
@@ -1,16 +0,0 @@
-// +build windows
-
-/*
- this is a direct compile version of andlabs/ui for windows since
- golang on windows does not yet support plugins
-*/
-package gui
-
-import (
- "git.wit.org/wit/gui/toolkit/andlabs-direct"
-)
-
-func trythis() {
- log(debugGui, "not sure what to try")
- toolkit.DebugToolkit = true
-}