diff options
Diffstat (limited to 'main')
-rw-r--r-- | main/Main.hs | 2 |
1 files changed, 0 insertions, 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 } |