From 423787ac55280c0047350c2e684f0dd0a3042d08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Sun, 3 Aug 2025 12:35:16 +0200 Subject: Remove unused icePeer from command state --- main/Main.hs | 2 -- 1 file changed, 2 deletions(-) diff --git a/main/Main.hs b/main/Main.hs index 3bfeb5f..a3c485b 100644 --- a/main/Main.hs +++ b/main/Main.hs @@ -457,7 +457,6 @@ interactiveLoop st opts = withTerminal commandCompletion $ \term -> do loop $ Just $ CommandState { csHead = erebosHead , csContext = NoContext - , csIcePeer = Nothing , csWatchChatrooms = watched , csQuit = False } @@ -479,7 +478,6 @@ data CommandInput = CommandInput data CommandState = CommandState { csHead :: Head LocalState , csContext :: CommandContext - , csIcePeer :: Maybe Peer , csWatchChatrooms :: Maybe WatchedHead , csQuit :: Bool } -- cgit v1.2.3