From 7a673011c5d64fd3a6cfe5e2ce75aecf915ed788 Mon Sep 17 00:00:00 2001 From: Patrick Stephen Date: Fri, 25 Jun 2021 15:36:58 -0500 Subject: [PATCH] window: remove resolved naming TODO --- window/window.go | 1 - 1 file changed, 1 deletion(-) diff --git a/window/window.go b/window/window.go index f821afd7..5bb646f4 100644 --- a/window/window.go +++ b/window/window.go @@ -7,7 +7,6 @@ import ( // Window is an interface of methods on an oak.Controller used // to avoid circular imports -// TODO v3: review Window/Controller naming type Window interface { SetFullScreen(bool) error SetBorderless(bool) error