X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ftrimaction.h;h=67e7c85d9726d0177b5f139e7ca5020f1e3ee6a1;hb=771113b26ca27707c96fdcd80d79a08e40884268;hp=78f4425b61baca789583221647b4f9136f1dab6f;hpb=a6b8028671329872326c5e8ebd8037658f4c066f;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; };