diff options
author | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2012-11-21 16:49:02 +0000 |
---|---|---|
committer | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2012-11-21 16:49:02 +0000 |
commit | a904897b6f618022e66d9a3e7ac6804f9ceb12f7 (patch) | |
tree | 87d0567672aa8563cc708d7bf6e53d52176b0b85 /docview/components | |
parent | 9c1cd9f781b446c156c25591d9b60df7e373753e (diff) | |
download | fpGUI-a904897b6f618022e66d9a3e7ac6804f9ceb12f7.tar.xz |
Removed outdated code comment.
Diffstat (limited to 'docview/components')
-rw-r--r-- | docview/components/richtext/RichTextDisplayUnit.pas | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docview/components/richtext/RichTextDisplayUnit.pas b/docview/components/richtext/RichTextDisplayUnit.pas index 8458ec4b..2e62a511 100644 --- a/docview/components/richtext/RichTextDisplayUnit.pas +++ b/docview/components/richtext/RichTextDisplayUnit.pas @@ -212,7 +212,6 @@ ProfileEvent('DEBUG: DrawRichTextLine >>>'); // Now do the drawing if Element.ElementType = teImage then begin - ProfileEvent('DEBUG: DrawRichTextLine - skipping image drawing (not implemented yet)'); DrawTextBlock; TextBlockStart := NextP; |