Code

Simple first pass for rough timing
[inkscape.git] / src / pencil-context.h
index c3b34b6473e995ee86920dad43cb2494c4f66c19..aa0f60eb24b063f210ebfd9ba73c03d90710f127 100644 (file)
@@ -31,7 +31,6 @@ struct SPPencilContext : public SPDrawContext {
     Geom::Point req_tangent;
 
     bool is_drawing;
-    bool prev_snap_was_succesful;
 
     std::vector<Geom::Point> ps;
 
@@ -56,4 +55,4 @@ GType sp_pencil_context_get_type();
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :