mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 18:14:25 +03:00
Removed unused enum.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
5e0c9c911d
commit
34c1e1a38a
@ -77,14 +77,6 @@
|
||||
|
||||
/*** enums ***************************************************************************************/
|
||||
|
||||
/* Matching */
|
||||
enum
|
||||
{
|
||||
match_file, /* match a filename, use easy_patterns */
|
||||
match_normal, /* match pattern, use easy_patterns */
|
||||
match_regex /* match pattern, force using regex */
|
||||
};
|
||||
|
||||
/* Pathname canonicalization */
|
||||
typedef enum
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user