summaryrefslogtreecommitdiffstats
path: root/sub/find_subfiles.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-09-07 20:24:18 +0200
committerwm4 <wm4@nowhere>2013-09-07 20:34:49 +0200
commit580e9250111223b33d2e9ac49e9c484fcea5b018 (patch)
treec21f33db253d7e82dc463f06f3d70ea29b84cf04 /sub/find_subfiles.h
parentfde0f40e873c9539e6554da8288b4912b8e0666c (diff)
downloadmpv-580e9250111223b33d2e9ac49e9c484fcea5b018.tar.bz2
mpv-580e9250111223b33d2e9ac49e9c484fcea5b018.tar.xz
find_subfiles: some cleanups
Remove a crap assert() (what... either it can't happen, or it should error or at least abort() if it can't be handled). Remove some dead definitions.
Diffstat (limited to 'sub/find_subfiles.h')
-rw-r--r--sub/find_subfiles.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sub/find_subfiles.h b/sub/find_subfiles.h
index 6d68d6140c..30a26bb596 100644
--- a/sub/find_subfiles.h
+++ b/sub/find_subfiles.h
@@ -19,8 +19,6 @@
#ifndef MPLAYER_FIND_SUBFILES_H
#define MPLAYER_FIND_SUBFILES_H
-#define MAX_SUBTITLE_FILES 128
-
struct MPOpts;
char **find_text_subtitles(struct MPOpts *opts, const char *fname);