Browse Source

Removing unused constants (were cloned to PasTools already while ago)

Source commit: 88b9bb7be335b70c2d5926de3f74399e7451aa1d
Martin Prikryl 9 years ago
parent
commit
fef2cafae4
1 changed files with 0 additions and 3 deletions
  1. 0 3
      source/packages/filemng/CustomDirView.pas

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

@@ -26,9 +26,6 @@ const
   DefaultHistoryCount = 200;
 
 const
-  DDMaxSlowCount = 3;
-  DDVScrollDelay = 2000000;
-  DDHScrollDelay = 2000000;
   DDDragStartDelay = 500000;
   DirAttrMask = SysUtils.faDirectory or SysUtils.faSysFile or SysUtils.faHidden;