X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Factiondrawlinerectangle.h;h=7e7fa92fc2e19ebe6449ac44ded50a6430549ec5;hb=af32602b9d8075080d5805143f1cd47fc10672e1;hp=829ea2e579b648a206f67e62ae9329ca1f6295ed;hpb=d774c2655ba2c3657a565f325411144452392277;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; };