浏览代码

Unused code

Source commit: 8a7501a27b6bdf2b7685ddb487b1a556a606ce91
Martin Prikryl 1 年之前
父节点
当前提交
80038ffc5f
共有 1 个文件被更改,包括 0 次插入3 次删除
  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);