Remove stray comment characters.
authorColin Clark <colin.clark@cclark.uk>
Wed, 9 Aug 2023 14:48:00 +0000 (15:48 +0100)
committerColin Clark <colin.clark@cclark.uk>
Wed, 9 Aug 2023 14:48:00 +0000 (15:48 +0100)
src/layout.cc

index c7e6a0e..8bfc72c 100644 (file)
@@ -1327,7 +1327,7 @@ void layout_sort_set_files(LayoutWindow *lw, SortType type, gboolean ascend, gbo
        if (!layout_valid(&lw)) return;
        if (lw->options.file_view_list_sort.method == type && lw->options.file_view_list_sort.ascend == ascend && lw->options.file_view_list_sort.case_sensitive == case_sensitive) return;
 
-       lw->options.file_view_list_sort.method = type; //??
+       lw->options.file_view_list_sort.method = type;
        lw->options.file_view_list_sort.ascend = ascend;
        lw->options.file_view_list_sort.case_sensitive = case_sensitive;