--- a/src/mainWindow.cpp Sun Aug 30 04:21:44 2015 +0300 +++ b/src/mainWindow.cpp Sun Aug 30 04:41:54 2015 +0300 @@ -373,12 +373,6 @@ break; } - case OBJ_Vertex: - { - descr = static_cast<LDVertex*> (obj)->pos.toString (true); - break; - } - case OBJ_Subfile: { LDSubfile* ref = static_cast<LDSubfile*> (obj);