diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2002-12-29 16:48:34 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2002-12-29 16:48:34 +0000 |
commit | 182d528760cba355dfc35c9e8e27651c30e6fb76 (patch) | |
tree | 93230b4a3707dcf02132b9f50ed77ecb0399f229 /src/input/input_plugin.h | |
parent | c9c60f8835bd8921c28be6faa8c8ee03d2118d8f (diff) | |
download | xine-lib-182d528760cba355dfc35c9e8e27651c30e6fb76.tar.gz xine-lib-182d528760cba355dfc35c9e8e27651c30e6fb76.tar.bz2 |
remove old hack for sputext
CVS patchset: 3719
CVS date: 2002/12/29 16:48:34
Diffstat (limited to 'src/input/input_plugin.h')
-rw-r--r-- | src/input/input_plugin.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/input/input_plugin.h b/src/input/input_plugin.h index 138fef60d..2bd26461b 100644 --- a/src/input/input_plugin.h +++ b/src/input/input_plugin.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: input_plugin.h,v 1.42 2002/12/21 12:56:47 miguelfreitas Exp $ + * $Id: input_plugin.h,v 1.43 2002/12/29 16:48:35 mroi Exp $ */ #ifndef HAVE_INPUT_PLUGIN_H @@ -253,9 +253,6 @@ struct input_plugin_s { #define INPUT_OPTIONAL_DATA_AUDIOLANG 2 #define INPUT_OPTIONAL_DATA_SPULANG 3 -#define INPUT_OPTIONAL_DATA_TEXTSPU0 4 -#define INPUT_OPTIONAL_DATA_TEXTSPU1 5 -#define INPUT_OPTIONAL_DATA_TEXTSPU2 6 #define INPUT_OPTIONAL_DATA_PREVIEW 7 #define MAX_MRL_ENTRIES 255 |