From c82adbfa283fb2d7c18987857972e19902e44070 Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Sat, 20 Oct 2001 18:06:35 +0000 Subject: public header file cleanup CVS patchset: 842 CVS date: 2001/10/20 18:06:35 --- include/xine.h.tmpl.in | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/include/xine.h.tmpl.in b/include/xine.h.tmpl.in index 217862cbb..d2355c7f9 100644 --- a/include/xine.h.tmpl.in +++ b/include/xine.h.tmpl.in @@ -28,7 +28,7 @@ \endverbatim */ /* - * $Id: xine.h.tmpl.in,v 1.48 2001/10/20 02:01:51 guenter Exp $ + * $Id: xine.h.tmpl.in,v 1.49 2001/10/20 18:06:35 guenter Exp $ * */ @@ -43,10 +43,6 @@ extern "C" { #include #include -#ifndef XINE_COMPILE -#include -#endif - #include /** @@ -330,7 +326,6 @@ int xine_check_version(int major, int minor, int sub); /** @} end of video_ratio */ -#ifdef DOC_HIDDEN /** * \struct vo_frame_t * Opaque data type. @@ -415,7 +410,6 @@ struct vo_driver_s { void (*exit) (vo_driver_t *self); }; -#endif /** @} end of video_group */ /** @@ -444,7 +438,6 @@ typedef void ao_driver_t; * Opaque data type. */ -#ifdef DOC_HIDDEN typedef void cfg_data_t; /** * \struct config_values_t @@ -493,7 +486,6 @@ struct config_values_s { */ cfg_data_t *data; }; -#endif /** @} end of config_group */ -- cgit v1.2.3