gtk: remove 2 WriteLns from code

git-svn-id: trunk@12685 -
This commit is contained in:
paul 2007-11-02 03:55:03 +00:00
parent ad65de5bd4
commit cf1ef4b245
2 changed files with 1 additions and 2 deletions

View File

@ -5968,7 +5968,7 @@ var
begin
if DC.HasGC
then begin
WriteLN('[WARNING] OnCreateGCForDC called while GC exists');
debugLN('[WARNING] OnCreateGCForDC called while GC exists');
Exit;
end;

View File

@ -1317,7 +1317,6 @@ class procedure TGtk2WSCustomListView.SetViewStyle(const ALV: TCustomListView;
var
Widgets: PTVWidgets;
begin
WriteLn('SetViewStyle');
if not WSCheckHandleAllocated(ALV, 'SetViewStyle')
then Exit;