From d4c5e543754e524022a3ed5cf73cf668afda44de Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Fri, 25 Oct 2024 19:38:47 +0200 Subject: [PATCH] app: remove dead code Signed-off-by: Elias Naur --- app/os.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/os.go b/app/os.go index 28ed35f8..79adaafd 100644 --- a/app/os.go +++ b/app/os.go @@ -195,8 +195,6 @@ type driver interface { Configure([]Option) // SetCursor updates the current cursor to name. SetCursor(cursor pointer.Cursor) - // Wakeup wakes up the event loop and sends a WakeupEvent. - // Wakeup() // Perform actions on the window. Perform(system.Action) // EditorStateChanged notifies the driver that the editor state changed.