summaryrefslogtreecommitdiff
path: root/src/xine-engine/xine.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xine-engine/xine.c')
-rw-r--r--src/xine-engine/xine.c12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/xine-engine/xine.c b/src/xine-engine/xine.c
index b78b3a994..837a3180d 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.59 2001/09/10 03:04:48 guenter Exp $
+ * $Id: xine.c,v 1.60 2001/09/10 13:36:56 jkeil Exp $
*
* top-level xine functions
*
@@ -408,16 +408,6 @@ xine_t *xine_init (vo_driver_t *vo,
xine_debug = config->lookup_int (config, "xine_debug", 0);
/*
- * set up profiler
- */
- profiler_init();
- profiler_set_label (0, "video decoder ");
- profiler_set_label (1, "audio decoder/output ");
- profiler_set_label (2, "video output ");
- profiler_set_label (3, "spu decoder ");
- profiler_set_label (4, "spu blend ");
-
- /*
* init lock
*/