--- a/src/mainWindow.cc Sat Feb 21 18:51:33 2015 +0200 +++ b/src/mainWindow.cc Sat Feb 21 19:35:43 2015 +0200 @@ -373,12 +373,6 @@ break; } - case OBJ_Vertex: - { - descr = obj.staticCast<LDVertex>()->pos.toString (true); - break; - } - case OBJ_Subfile: { LDSubfilePtr ref = obj.staticCast<LDSubfile>();