diff options
author | José Fonseca <[email protected]> | 2011-03-06 09:11:13 +0000 |
---|---|---|
committer | José Fonseca <[email protected]> | 2011-03-06 09:11:13 +0000 |
commit | e640eec9ba9e2ff0e462671f6a3c548d2e0c40cf (patch) | |
tree | b9ad2c0b3d82bed3579cd4e174484553ca009f1e /src/gallium/drivers/trace/tr_dump.h | |
parent | db6d0d9ebf20bfc16ebabd3ff9e8f560ac306210 (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.h | 5 |
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 74c5e83e9e1..62b4fe429b1 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. |