src/addObjectDialog.cpp

changeset 963
c1526d1877d7
parent 962
a4b463a7ee82
child 966
a834e43a57da
--- a/src/addObjectDialog.cpp	Sun Aug 30 04:53:37 2015 +0300
+++ b/src/addObjectDialog.cpp	Sun Aug 30 04:57:09 2015 +0300
@@ -73,11 +73,6 @@
 			coordCount = 12;
 		} break;
 
-		case OBJ_Vertex:
-		{
-			coordCount = 3;
-		} break;
-
 		case OBJ_BFC:
 		{
 			rb_bfcType = new RadioGroup ("Statement", {}, 0, Qt::Vertical);

mercurial