summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-12-12 13:11:56 +0100
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-12-12 13:11:56 +0100
commit8bc70eaa56c6c253f38d3990b2d55bd3f1cc6aa3 (patch)
tree48284b4f6049c12827c89141206c53b76863d84a /include
parenta0535cb71164e78fec7a0cac14655f926e1d27d4 (diff)
downloadxine-lib-8bc70eaa56c6c253f38d3990b2d55bd3f1cc6aa3.tar.gz
xine-lib-8bc70eaa56c6c253f38d3990b2d55bd3f1cc6aa3.tar.bz2
Remove xine_gui_send_vo_data (deprecated).
Diffstat (limited to 'include')
-rw-r--r--include/xine.h.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/xine.h.in b/include/xine.h.in
index 1d54035fe..87ca001ba 100644
--- a/include/xine.h.in
+++ b/include/xine.h.in
@@ -1068,12 +1068,6 @@ void xine_plugins_garbage_collector(xine_t *self) XINE_PROTECTED;
* visual specific gui <-> xine engine communication *
*********************************************************************/
-#ifndef XINE_DISABLE_DEPRECATED_FEATURES
-/* talk to video output driver - old method */
-int xine_gui_send_vo_data (xine_stream_t *self,
- int type, void *data) XINE_PROTECTED;
-#endif
-
/* new (preferred) method to talk to video driver. */
int xine_port_send_gui_data (xine_video_port_t *vo,
int type, void *data) XINE_PROTECTED;