X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Factiondrawlinerectangle.h;h=7e7fa92fc2e19ebe6449ac44ded50a6430549ec5;hb=1f0d096a7fc370ff02477f3860beae2669bf8903;hp=829ea2e579b648a206f67e62ae9329ca1f6295ed;hpb=20cce16e98fc9b052c5862efa6394a285971e846;p=architektonas diff --git a/src/actions/actiondrawlinerectangle.h b/src/actions/actiondrawlinerectangle.h index 829ea2e..7e7fa92 100644 --- a/src/actions/actiondrawlinerectangle.h +++ b/src/actions/actiondrawlinerectangle.h @@ -41,17 +41,11 @@ class ActionDrawLineRectangle: public ActionInterface virtual void updateToolBar(); protected: - /** - * Line data for the 4 lines. - */ + /** Line data for the 4 lines. */ RS_LineData data[4]; - /** - * 1st corner. - */ + /** 1st corner. */ Vector corner1; - /** - * 2nd corner. - */ + /** 2nd corner. */ Vector corner2; };