diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2002-10-24 16:41:05 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2002-10-24 16:41:05 +0000 |
commit | 28a648966bbed6d0aa0f74741efae23b301e7fa5 (patch) | |
tree | 49d8f2b6a5d7857617ffac93f35edb3a03d8205d | |
parent | 9db694509d4b6005d84367007c18a8c224c56de0 (diff) | |
download | xine-lib-28a648966bbed6d0aa0f74741efae23b301e7fa5.tar.gz xine-lib-28a648966bbed6d0aa0f74741efae23b301e7fa5.tar.bz2 |
xine_scan_plugins is gone
CVS patchset: 2988
CVS date: 2002/10/24 16:41:05
-rw-r--r-- | include/xine.h.in | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/include/xine.h.in b/include/xine.h.in index 918b7511f..005cd3b53 100644 --- a/include/xine.h.in +++ b/include/xine.h.in @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xine.h.in,v 1.23 2002/10/23 11:44:30 jcdutton Exp $ + * $Id: xine.h.in,v 1.24 2002/10/24 16:41:05 mroi Exp $ * * public xine-lib (libxine) interface and documentation * @@ -80,12 +80,6 @@ typedef struct xine_vo_driver_s xine_vo_driver_t; xine_t *xine_new (void); /* - * Scan plugins - */ - -void xine_scan_plugins (xine_t *self); - -/* * post_init the xine engine */ |