summaryrefslogtreecommitdiff
path: root/src/xine-engine/xine.c
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2001-04-24 15:47:32 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2001-04-24 15:47:32 +0000
commit1cc52e26e9d712583e2c1ea23ee5bfbb87e25255 (patch)
treebd398cdf464a4aa45c26a6750886f626b60f596d /src/xine-engine/xine.c
parentdbd6a0cfee0d90385cccbf7e6a6d28534918b8a0 (diff)
downloadxine-lib-1cc52e26e9d712583e2c1ea23ee5bfbb87e25255.tar.gz
xine-lib-1cc52e26e9d712583e2c1ea23ee5bfbb87e25255.tar.bz2
fixed buffer.c and more cleanups
CVS patchset: 19 CVS date: 2001/04/24 15:47:32
Diffstat (limited to 'src/xine-engine/xine.c')
-rw-r--r--src/xine-engine/xine.c13
1 files changed, 1 insertions, 12 deletions
diff --git a/src/xine-engine/xine.c b/src/xine-engine/xine.c
index 63cdd01f0..178e93890 100644
--- a/src/xine-engine/xine.c
+++ b/src/xine-engine/xine.c
@@ -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.c,v 1.5 2001/04/23 00:34:59 guenter Exp $
+ * $Id: xine.c,v 1.6 2001/04/24 15:47:32 guenter Exp $
*
* top-level xine functions
*
@@ -59,17 +59,6 @@
/* debugging purposes only */
uint32_t xine_debug;
-/*
-#define TEST_FILE
-*/
-#ifdef TEST_FILE
-int gTestFile=-1;
-#endif
-
-/*
- * xine global variables
- */
-
void xine_notify_stream_finished (xine_t *this) {
printf ("xine_notify_stream_finished\n");