(Re)-implement natural and case sorting
[geeqie.git] / src / options.h
index 5dec24d..062280e 100644 (file)
@@ -207,10 +207,7 @@ struct ConfOptions
 
        /* file sorting */
        struct {
-               SortType method;
-               gboolean ascending;
                gboolean case_sensitive; /**< file sorting method (case) */
-               gboolean natural;
        } file_sort;
 
        /* slideshow */