From 53cbb81576671d6d39e6a353e79ebda2c512d735 Mon Sep 17 00:00:00 2001 From: Jakob Bornecrantz Date: Wed, 12 May 2010 20:11:37 +0100 Subject: rbug: Add to all targets that link against trace Also added calls to the create function in target helpers and in tr_drm.c the latter being a hack and should be replaced with the wrap screen target helper. But at least this way we don't regress. --- src/gallium/drivers/trace/tr_screen.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/gallium/drivers/trace/tr_screen.h') diff --git a/src/gallium/drivers/trace/tr_screen.h b/src/gallium/drivers/trace/tr_screen.h index 9fadb0d70a..3598ceaa20 100644 --- a/src/gallium/drivers/trace/tr_screen.h +++ b/src/gallium/drivers/trace/tr_screen.h @@ -64,9 +64,6 @@ struct trace_screen */ -boolean -trace_enabled(void); - struct trace_screen * trace_screen(struct pipe_screen *screen); -- cgit v1.2.3