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 /input | |
parent | b996250a2a5e901b1f2429edf143a1c420047e3d (diff) |
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 'input')
-rw-r--r-- | input/appleir.c | 1 | ||||
-rw-r--r-- | input/input.c | 1 | ||||
-rw-r--r-- | input/joystick.c | 1 | ||||
-rw-r--r-- | input/lirc.c | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/input/appleir.c b/input/appleir.c index 5e4bc148c6..aca666110c 100644 --- a/input/appleir.c +++ b/input/appleir.c @@ -38,7 +38,6 @@ #include <linux/input.h> #include "mp_msg.h" -#include "help_mp.h" #define EVDEV_MAX_EVENTS 32 diff --git a/input/input.c b/input/input.c index 6c5fef8b63..c6a2551157 100644 --- a/input/input.c +++ b/input/input.c @@ -40,7 +40,6 @@ #include "osdep/timer.h" #include "libavutil/avstring.h" #include "mp_msg.h" -#include "help_mp.h" #include "m_config.h" #include "m_option.h" #include "get_path.h" diff --git a/input/joystick.c b/input/joystick.c index 4a63c14fae..40a1b22b7f 100644 --- a/input/joystick.c +++ b/input/joystick.c @@ -31,7 +31,6 @@ #include <errno.h> #include "mp_msg.h" -#include "help_mp.h" #ifndef JOY_AXIS_DELTA #define JOY_AXIS_DELTA 500 diff --git a/input/lirc.c b/input/lirc.c index 7409ab698e..a10d83816f 100644 --- a/input/lirc.c +++ b/input/lirc.c @@ -27,7 +27,6 @@ #include <stdlib.h> #include "mp_msg.h" -#include "help_mp.h" #include "input.h" #include "lirc.h" |