]> Shamusworld >> Repos - architektonas/blobdiff - src/trimaction.h
Fixed 'flip sides' handle to work on Dimension object.
[architektonas] / src / trimaction.h
index 78f4425b61baca789583221647b4f9136f1dab6f..67e7c85d9726d0177b5f139e7ca5020f1e3ee6a1 100644 (file)
@@ -21,11 +21,7 @@ class TrimAction: public Action
 
        private:
                int state;
-//             Line * line;
                Vector p1, p2, p1Save;
-//             bool shiftWasPressedOnNextPoint;
-//             bool ctrlWasPressed;
-//             Container * mirror;
                double t, u;
                Container * doc;
 };