Code

excise never-used code and stale comments
[inkscape.git] / src / dyna-draw-context.h
index e2f2c1e5902016b7ff3ebc0b3783443f2633eb04..ea6822f18e4f67ae09eb577ec1e8dc9bf5339785 100644 (file)
@@ -32,7 +32,7 @@
 class SPDynaDrawContext;
 class SPDynaDrawContextClass;
 
-#define SAMPLING_SIZE 16        /* fixme: ?? */
+#define SAMPLING_SIZE 8        /* fixme: ?? */
 
 #define DDC_MIN_PRESSURE      0.0
 #define DDC_MAX_PRESSURE      1.0
@@ -80,7 +80,6 @@ struct SPDynaDrawContext
     guint dragging : 1;           /* mouse state: mouse is dragging */
     guint dynahand : 1;           /* mouse state: mouse is in draw */
     guint use_timeout : 1;
-    guint use_calligraphic : 1;
     double mass, drag;
     double angle;
     double width;
@@ -89,6 +88,7 @@ struct SPDynaDrawContext
 
     double vel_thin;
     double flatness;
+    double tremor;
 
     Inkscape::MessageContext *_message_context;