X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmirroraction.cpp;h=877017355cdb7c2f46af067edc7a3917700157cd;hb=4d6ba8a6eb781dbee818b6a55d21df7b52468936;hp=6bc5b59f207c844f9ea5709a1e8af5670aee9bd9;hpb=9590e4ed45fd4e05eccc16bd8e9d51596aea5a6d;p=architektonas diff --git a/src/mirroraction.cpp b/src/mirroraction.cpp index 6bc5b59..8770173 100644 --- a/src/mirroraction.cpp +++ b/src/mirroraction.cpp @@ -18,11 +18,8 @@ #include "line.h" #include "mathconstants.h" #include "painter.h" -//#include "vector.h" -//#define FIRST_POINT 0 -//#define NEXT_POINT 1 enum { FIRST_POINT, NEXT_POINT }; @@ -44,8 +41,6 @@ MirrorAction::~MirrorAction() { painter->SetPen(QPen(Qt::red, 2.0, Qt::DotLine)); - // I think stuff like crosshairs should be done in the DrawingView, tho - // (and it's done there now...) if (state == FIRST_POINT) { painter->DrawHandle(p1); @@ -124,7 +119,6 @@ MirrorAction::~MirrorAction() else { mirror->CopyContentsTo(&(ApplicationWindow::drawing->document)); -// mirror->CopyContentsTo(&(DrawingView.document)); } } }