src/mainWindow.cc

changeset 928
0fef7bb7b7a2
parent 927
409b82a4765e
child 929
66e8453e1768
--- 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>();

mercurial