From 773ce1d58e9d23ec274eee6661fd2c049bc797b7 Mon Sep 17 00:00:00 2001 From: Catalin Date: Sun, 21 Feb 2016 12:04:12 +0200 Subject: [PATCH] Removed comment about non-existing DoDrawEllipticArcRot() function. --- src/common/dcbase.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/common/dcbase.cpp b/src/common/dcbase.cpp index 63337d7ced..35ad24f82a 100644 --- a/src/common/dcbase.cpp +++ b/src/common/dcbase.cpp @@ -1300,8 +1300,6 @@ It uses wxDCBase::CalculateEllipticPoints(...) and wxDCBase::Rotate(...), which are also new. All methods are generic, so they can be implemented in wxDCBase. -DoDrawEllipticArcRot(...) is virtual, so it can be called from deeper -methods like (WinCE) wxDC::DoDrawArc(...). CalculateEllipticPoints(...) fills a given list of wxPoints with some points of an elliptic arc. The algorithm is pixel-based: In every row (in flat