summaryrefslogtreecommitdiff
path: root/gui.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2019-05-31 23:29:06 -0700
committerJeff Carr <[email protected]>2019-05-31 23:29:06 -0700
commit7fb156963dba9e6a6accc07c07ede3a873a7fd4b (patch)
treebdf8423400964f95d5cde05b207b005db6c6a07c /gui.go
parenta9c1b9321e19d28a1b0b0368094a7d648837d763 (diff)
start moving vm logic into the control panel
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'gui.go')
-rw-r--r--gui.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/gui.go b/gui.go
index 84618a0..ec5688f 100644
--- a/gui.go
+++ b/gui.go
@@ -109,12 +109,6 @@ func AddTableTab(gw *GuiWindow, name string, rowcount int, parts []TableColumnDa
return mh
}
-func SocketError(gw *GuiWindow) {
- ui.MsgBoxError(gw.UiWindow,
- "There was a socket error",
- "More detailed information can be shown here.")
-}
-
func MessageWindow(gw *GuiWindow, msg1 string, msg2 string) {
ui.MsgBox(gw.UiWindow, msg1, msg2)
}