summaryrefslogtreecommitdiff
path: root/gui.go
diff options
context:
space:
mode:
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)
}