Browse Source

Unused code

Source commit: 8a7501a27b6bdf2b7685ddb487b1a556a606ce91
Martin Prikryl 1 year ago
parent
commit
80038ffc5f
1 changed files with 0 additions and 3 deletions
  1. 0 3
      source/packages/filemng/DirView.pas

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

@@ -57,10 +57,7 @@ const
 
 type
   {Exceptions:}
-  EIUThread = class(Exception);
   EDragDrop = class(Exception);
-  EInvalidFileName = class(Exception);
-  ERenameFileFailed = class(Exception);
 
   TClipboardOperation = (cboNone, cboCut, cboCopy);