diff options
-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 */ |