summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/xine.h.tmpl.in8
1 files changed, 1 insertions, 7 deletions
diff --git a/include/xine.h.tmpl.in b/include/xine.h.tmpl.in
index 75a38c1ab..f072393a8 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.33 2001/07/26 11:12:26 f1rmb Exp $
+ * $Id: xine.h.tmpl.in,v 1.34 2001/07/26 11:36:45 f1rmb Exp $
*
*/
@@ -43,10 +43,6 @@ extern "C" {
#include <unistd.h>
#include <sys/types.h>
-#ifndef DOC_HIDDEN
-#include <xine/events.h>
-#endif
-
/**
* \def XINE_SKINDIR
* Skin file location
@@ -1069,13 +1065,11 @@ ao_functions_t *xine_load_audio_output_plugin(config_values_t *config, char *id)
*/
-#ifdef DOC_HIDDEN
/**
* Opaque data type.
* \sa event_listener_t, xine_send_event
*/
typedef void event_t;
-#endif
/**
* Event listener callback.