summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-12-12 13:15:34 +0100
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-12-12 13:15:34 +0100
commitb39d5d3f3e65ef7b741dc4d675dc4d91d250c25b (patch)
tree7f392d2ad04f7132e846a06ac90ae3faa9a4cfed
parent71984fb182b9a2d41a1460b56582560efb932caf (diff)
downloadxine-lib-b39d5d3f3e65ef7b741dc4d675dc4d91d250c25b.tar.gz
xine-lib-b39d5d3f3e65ef7b741dc4d675dc4d91d250c25b.tar.bz2
Remove xine_[av]o_driver_t typedefs (deprecated).
-rw-r--r--include/xine.h.in7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/xine.h.in b/include/xine.h.in
index d64fada7a..5a06eab65 100644
--- a/include/xine.h.in
+++ b/include/xine.h.in
@@ -87,13 +87,6 @@ typedef struct xine_stream_s xine_stream_t;
typedef struct xine_audio_port_s xine_audio_port_t;
typedef struct xine_video_port_s xine_video_port_t;
-#ifndef XINE_DISABLE_DEPRECATED_FEATURES
-/* convenience types: simple player UIs might want to call ports drivers */
-typedef xine_audio_port_t xine_ao_driver_t;
-typedef xine_video_port_t xine_vo_driver_t;
-#endif
-
-
/*********************************************************************
* global engine handling *
*********************************************************************/