浏览代码

Removing commented-out code

(cherry picked from commit c22b994876f1f39baeccd2f73889ba6c6901b15e)

Source commit: 98e791cabb784dfb45333eb67041bba3be0e7184
Martin Prikryl 5 年之前
父节点
当前提交
1a9a7b37cd
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      source/forms/NonVisual.cpp

+ 2 - 2
source/forms/NonVisual.cpp

@@ -371,9 +371,9 @@ void __fastcall TNonVisualDataModule::ExplorerActionsUpdate(
   UPDSORTC(dv, Name, uv, Group)
   #define COLVIEWPROPS ((TCustomDirViewColProperties*)(((TCustomDirView*)(((TListColumns*)(ListColumn->Collection))->Owner()))->ColProperties))
   UPDEX(SortColumnAscendingAction, (ListColumn != NULL), SortColumnAscendingAction->Checked =
-    (COLVIEWPROPS->SortColumn == ListColumn->Index) && COLVIEWPROPS->SortAscending, /*DebugFail()*/  )
+    (COLVIEWPROPS->SortColumn == ListColumn->Index) && COLVIEWPROPS->SortAscending, )
   UPDEX(SortColumnDescendingAction, (ListColumn != NULL), SortColumnDescendingAction->Checked =
-    (COLVIEWPROPS->SortColumn == ListColumn->Index) && !COLVIEWPROPS->SortAscending, /*DebugFail()*/ )
+    (COLVIEWPROPS->SortColumn == ListColumn->Index) && !COLVIEWPROPS->SortAscending, )
   #undef COLVIEWPROPS
 
   // SHOW/HIDE COLUMN