]> Shamusworld >> Repos - architektonas/blobdiff - src/trimaction.h
Added miscellaneous features.
[architektonas] / src / trimaction.h
index 02720deca6e03452faa2882cf221cd166a57025b..67e7c85d9726d0177b5f139e7ca5020f1e3ee6a1 100644 (file)
@@ -21,11 +21,9 @@ class TrimAction: public Action
 
        private:
                int state;
-               Line * line;
                Vector p1, p2, p1Save;
-               bool shiftWasPressedOnNextPoint;
-               bool ctrlWasPressed;
-               Container * mirror;
+               double t, u;
+               Container * doc;
 };
 
 #endif // __TRIMACTION_H__