X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ftrimaction.h;h=67e7c85d9726d0177b5f139e7ca5020f1e3ee6a1;hb=da1348151182fe5340495ff8243e662b96c1fbfa;hp=78f4425b61baca789583221647b4f9136f1dab6f;hpb=8a5bf49d09b5a00ebea3ffc449519ad05b0326cc;p=architektonas diff --git a/src/trimaction.h b/src/trimaction.h index 78f4425..67e7c85 100644 --- a/src/trimaction.h +++ b/src/trimaction.h @@ -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; };