diff options
Diffstat (limited to 'interface.go')
| -rw-r--r-- | interface.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface.go b/interface.go index 4e27dd8..ad343d3 100644 --- a/interface.go +++ b/interface.go @@ -142,7 +142,7 @@ func findAppInfo(tmp interface{}) { panic("gui failed to init") } } else { - panic("you must add this function to argv.go: (argv) func InitGui() error") + // panic("you must add this function to argv.go: (argv) func InitGui() error") } // TODO: SORT OUT STUFF BELOW HERE |
