summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/xine.h.tmpl.in10
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 */