summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2008-08-31 17:35:02 +0000
committergraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2008-08-31 17:35:02 +0000
commit27f4e6b2935f700a9b2dc74877154d8367776217 (patch)
tree1e3dc9e3b832a2ec14e875b468c4245fedcf14a5
parent1405e1ecfd53e424c3e96edccdf2e5b0b707257b (diff)
downloadfpGUI-27f4e6b2935f700a9b2dc74877154d8367776217.tar.xz
* Removed the debug line in TfpgApplication.CreateHintWindow.
-rw-r--r--src/corelib/fpgfx.pas1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/corelib/fpgfx.pas b/src/corelib/fpgfx.pas
index 67f10d2d..934ffe4b 100644
--- a/src/corelib/fpgfx.pas
+++ b/src/corelib/fpgfx.pas
@@ -1001,7 +1001,6 @@ begin
if not Assigned(FHintWindow) then
begin
FHintWindow := HintWindowClass.Create(nil);
- writeln('HintWindow.Classname=', FHintWindow.ClassName);
TfpgHintWindow(FHintWindow).Visible := False;
end;
end;