Skip to content

Commit

Permalink
chore: remove notify method from engine interface
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomoaccursi committed Jan 27, 2024
1 parent f3ea393 commit c678b57
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/main/kotlin/control/Engine.kt
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,4 @@ interface Engine {
* Start the engine.
*/
suspend fun start()

/**
* Allows the event to notify its update.
*/
fun notifyEventUpdate()
}

0 comments on commit c678b57

Please sign in to comment.