diff options
Diffstat (limited to 'src/file_list.c')
-rw-r--r-- | src/file_list.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/file_list.c b/src/file_list.c index 668fd153..6c8cf4eb 100644 --- a/src/file_list.c +++ b/src/file_list.c @@ -128,7 +128,6 @@ extern const file_hint_t file_hint_mus; extern const file_hint_t file_hint_mxf; extern const file_hint_t file_hint_mysql; extern const file_hint_t file_hint_njx; -extern const file_hint_t file_hint_nk2; extern const file_hint_t file_hint_ogg; extern const file_hint_t file_hint_one; extern const file_hint_t file_hint_orf; @@ -299,7 +298,6 @@ file_enable_t list_file_enable[]= { .enable=0, .file_hint=&file_hint_mysql }, { .enable=0, .file_hint=&file_hint_mxf }, { .enable=0, .file_hint=&file_hint_njx }, - { .enable=0, .file_hint=&file_hint_nk2 }, { .enable=0, .file_hint=&file_hint_ogg }, { .enable=0, .file_hint=&file_hint_one }, { .enable=0, .file_hint=&file_hint_orf }, |