Reverted accidentally committed unit

git-svn-id: trunk@13247 -
This commit is contained in:
tombo 2007-12-09 11:06:36 +00:00
parent 4a1d394e7e
commit 2f1dae25aa

View File

@ -4111,7 +4111,6 @@ begin
rcToken := AClip;
rcToken.Top := (RowToScreenRow(LastLine)+1) * fTextHeight;
if (rcToken.Top < rcToken.Bottom) then begin
DebugLn('Draw To clip ' + ColorToString(colEditorBG));
SetBkColor(dc, ColorToRGB(colEditorBG));
InternalFillRect(dc, rcToken);
// Draw the right edge if necessary.