diff options
author | Uoti Urpala <uau@glyph.nonexistent.invalid> | 2010-03-10 03:38:33 +0200 |
---|---|---|
committer | Uoti Urpala <uau@glyph.nonexistent.invalid> | 2010-03-10 03:47:14 +0200 |
commit | 00323c06e2b8451e68f4fe31ddb871366e5793c2 (patch) | |
tree | 46b0846b72722cc0e5ea796caac4833a5d7fb565 /stream/stream_dvb.c | |
parent | b996250a2a5e901b1f2429edf143a1c420047e3d (diff) | |
download | mpv-00323c06e2b8451e68f4fe31ddb871366e5793c2.tar.bz2 mpv-00323c06e2b8451e68f4fe31ddb871366e5793c2.tar.xz |
Delete things related to old translation system
Remove the help/ subdirectory, configure code to create toplevel
help_mp.h, and all the '#include "help_mp.h"' lines from .c files.
Diffstat (limited to 'stream/stream_dvb.c')
-rw-r--r-- | stream/stream_dvb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/stream/stream_dvb.c b/stream/stream_dvb.c index 4a7efe2724..f7ef473eed 100644 --- a/stream/stream_dvb.c +++ b/stream/stream_dvb.c @@ -41,7 +41,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA #include "stream.h" #include "libmpdemux/demuxer.h" -#include "help_mp.h" #include "m_option.h" #include "m_struct.h" #include "get_path.h" |