mirror of
https://github.com/MidnightCommander/mc
synced 2025-04-16 03:52:49 +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 ***************************************************************************************/
|
/*** 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 */
|
/* Pathname canonicalization */
|
||||||
typedef enum
|
typedef enum
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user