summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/trace/tr_dump.h
diff options
context:
space:
mode:
authorJosé Fonseca <jose.r.fonseca@gmail.com>2011-03-06 09:11:13 +0000
committerJosé Fonseca <jose.r.fonseca@gmail.com>2011-03-06 09:11:13 +0000
commite640eec9ba9e2ff0e462671f6a3c548d2e0c40cf (patch)
treeb9ad2c0b3d82bed3579cd4e174484553ca009f1e /src/gallium/drivers/trace/tr_dump.h
parentdb6d0d9ebf20bfc16ebabd3ff9e8f560ac306210 (diff)
trace: Use pipe_static_mutex.
Diffstat (limited to 'src/gallium/drivers/trace/tr_dump.h')
-rw-r--r--src/gallium/drivers/trace/tr_dump.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gallium/drivers/trace/tr_dump.h b/src/gallium/drivers/trace/tr_dump.h
index 74c5e83e9e..62b4fe429b 100644
--- a/src/gallium/drivers/trace/tr_dump.h
+++ b/src/gallium/drivers/trace/tr_dump.h
@@ -43,11 +43,6 @@ struct pipe_transfer;
struct pipe_box;
/*
- * Call before use.
- */
-void trace_dump_init(void);
-
-/*
* Low level dumping controls.
*
* Opening the trace file and checking if that is opened.