delete some dead code

This commit is contained in:
2025-08-06 00:30:50 +01:00
parent f0f28a1318
commit e06a27d5ad
7 changed files with 87 additions and 231 deletions

View File

@@ -33,9 +33,6 @@ struct
val app = AppUpdate.update (app, inputMsg)
handle e => ExceptionLogger.log e
val searchList = #searchList app
val searchList = SearchList.toString searchList ^ "\n"
val () = sendMsgs (#msgs app, drawMailbox)
in
loop (app, inputMailbox, drawMailbox)