summaryrefslogtreecommitdiff
path: root/src/Main.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Main.hs')
-rw-r--r--src/Main.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Main.hs b/src/Main.hs
index 9a6a486..605d66d 100644
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -227,7 +227,6 @@ remove = withFocus $ \ident -> do
227 confirmation <- askBool ("Are you sure you want to remove ‘" ++ name ++ "’?") False 227 confirmation <- askBool ("Are you sure you want to remove ‘" ++ name ++ "’?") False
228 when confirmation $ do 228 when confirmation $ do
229 gEntities %= Map.delete ident 229 gEntities %= Map.delete ident
230 gEntityNames %= Bimap.delete ident
231 blur 230 blur
232 231
233-- Manage Entity 232-- Manage Entity