Removed forgotten RTIMIN

git-svn-id: svn://ultimatepp.org/upp/trunk@768 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2009-01-16 17:13:16 +00:00
parent 3faa22d3a8
commit 8172fd64e6

View file

@ -104,7 +104,6 @@ void Painter::DrawEllipseOp(const Rect& r, Color color, int pen, Color pencolor)
void Painter::DrawTextOp(int x, int y, int angle, const wchar *text, Font font, Color ink, int n, const int *dx)
{
RTIMING("DrawTextOp");
Begin();
EvenOdd(true);
if(angle)