From b0045e8c44c1a6e0a03ecaff0d8d9702bd5d395c Mon Sep 17 00:00:00 2001
From: Gregor Kleen <pngwjpgh@users.noreply.github.com>
Date: Mon, 25 Jul 2016 12:57:03 +0200
Subject: Keep entity-name map intact as long as possible

---
 src/Main.hs | 1 -
 1 file changed, 1 deletion(-)

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
   confirmation <- askBool ("Are you sure you want to remove ‘" ++ name ++ "’?") False
   when confirmation $ do
     gEntities %= Map.delete ident
-    gEntityNames %= Bimap.delete ident
     blur
 
 -- Manage Entity
-- 
cgit v1.2.3