From 10f932137c33b515093b5e64e4c4899e249eba80 Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Mon, 20 Apr 2020 20:08:01 +0200 Subject: [PATCH] app: fix NewWindow comment Window options are a list now, not a struct. Signed-off-by: Elias Naur --- app/window.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/window.go b/app/window.go index e4a15a8b..9b7c0809 100644 --- a/app/window.go +++ b/app/window.go @@ -72,8 +72,6 @@ var ackEvent event.Event // options. The options are hints; the platform is free to // ignore or adjust them. // -// If opts are nil, a set of sensible defaults are used. -// // If the current program is running on iOS and Android, // NewWindow returns the window previously created by the // platform.