src/ldObject.h

branch
experimental
changeset 890
903ec1e46298
parent 885
9c4fc9b433ae
child 891
00d76b281021
child 927
409b82a4765e
child 943
af81220741d9
--- a/src/ldObject.h	Tue Sep 09 01:15:24 2014 +0300
+++ b/src/ldObject.h	Tue Sep 09 01:16:24 2014 +0300
@@ -101,11 +101,6 @@
 	PROPERTY (private,		QColor,				randomColor,	setRandomColor,	STOCK_WRITE)
 	PROPERTY (private,		LDObjectWeakPtr,	self,			setSelf,		STOCK_WRITE)
 
-	// What winding the object is supposed to be wound in, depending on the BFC statements
-	// This is CW if the part is CW-certified at this object, and vice versa. Can also be
-	// Winding::None for NOCERTIFY parts.
-	PROPERTY (public,		Winding,			blockWinding,	setBlockWinding,	STOCK_WRITE)
-
 public:
 	LDObject (LDObjectPtr* selfptr);
 

mercurial