mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-31 04:42:11 +02:00
gtk: remove 2 WriteLns from code
git-svn-id: trunk@12685 -
This commit is contained in:
parent
ad65de5bd4
commit
cf1ef4b245
@ -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;
|
||||
|
||||
|
@ -1317,7 +1317,6 @@ class procedure TGtk2WSCustomListView.SetViewStyle(const ALV: TCustomListView;
|
||||
var
|
||||
Widgets: PTVWidgets;
|
||||
begin
|
||||
WriteLn('SetViewStyle');
|
||||
if not WSCheckHandleAllocated(ALV, 'SetViewStyle')
|
||||
then Exit;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user