소스 검색

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

Source commit: 042289241fd07f6011ee9c01925d44baa29654ba
Martin Prikryl 8 년 전
부모
커밋
2eb1494d7c
2개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 1
      source/packages/filemng/CustomDirView.pas
  2. 0 1
      source/packages/filemng/CustomDriveView.pas

+ 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