Browse Source

Remove comment

Alex Voinea 3 years ago
parent
commit
8397dae386
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Firmware/cardreader.cpp

+ 1 - 1
Firmware/cardreader.cpp

@@ -882,7 +882,7 @@ void CardReader::presort() {
 				#if HAS_FOLDER_SORTING
 				else
 				{
-					sortingBaseArray = sort_order + /* sizeof(sort_order[0]) * */ (fileCnt - dirCnt);
+					sortingBaseArray = sort_order + (fileCnt - dirCnt);
 					sortCountFiles = dirCnt;
 				}
 				#endif