Code

Remove obsolete variable 'onlycurves' from pen-context.(h|cpp)
[inkscape.git] / src / pen-context.h
index 29938e923ca79ce9878d40004f70a24761d6d5be..ddf1e76c4279d107d6306db5ad0eb6e1bfde406c 100644 (file)
@@ -37,7 +37,6 @@ struct SPPenContext : public SPDrawContext {
 
     unsigned int mode : 1;
     unsigned int state : 2;
-    unsigned int onlycurves : 1;
 
     bool polylines_only;