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.