diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-10-20 18:06:35 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-10-20 18:06:35 +0000 |
commit | c82adbfa283fb2d7c18987857972e19902e44070 (patch) | |
tree | 6183ef3e75d83408a9171c819819c7d15b077c29 | |
parent | 7391de8e6a14274fb7368aa4f1e71d091dc5c73c (diff) | |
download | xine-lib-c82adbfa283fb2d7c18987857972e19902e44070.tar.gz xine-lib-c82adbfa283fb2d7c18987857972e19902e44070.tar.bz2 |
public header file cleanup
CVS patchset: 842
CVS date: 2001/10/20 18:06:35
-rw-r--r-- | include/xine.h.tmpl.in | 10 |
1 files changed, 1 insertions, 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 <unistd.h> #include <sys/types.h> -#ifndef XINE_COMPILE -#include <xine/video_out.h> -#endif - #include <xine/events.h> /** @@ -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 */ |