Browse Source

Adding brackets to TraceStack Pascal calls to get them cleaned from release code

Source commit: 042289241fd07f6011ee9c01925d44baa29654ba
Martin Prikryl 8 years ago
parent
commit
2eb1494d7c

+ 0 - 1
source/packages/filemng/CustomDirView.pas

@@ -1146,7 +1146,6 @@ end;
 
 procedure TCustomDirView.CreateWnd;
 begin
-  TraceStack;
   inherited;
 
   if Assigned(PopupMenu) then

+ 0 - 1
source/packages/filemng/CustomDriveView.pas

@@ -295,7 +295,6 @@ end;
 
 procedure TCustomDriveView.CreateWnd;
 begin
-  TraceStack;
   inherited;
 
   if not Assigned(Images) then