diff options
Diffstat (limited to 'src/gallium/drivers/trace/tr_screen.h')
-rw-r--r-- | src/gallium/drivers/trace/tr_screen.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gallium/drivers/trace/tr_screen.h b/src/gallium/drivers/trace/tr_screen.h index 3598ceaa20f..b9e0b81b965 100644 --- a/src/gallium/drivers/trace/tr_screen.h +++ b/src/gallium/drivers/trace/tr_screen.h @@ -38,11 +38,6 @@ extern "C" { #endif -struct tr_list { - struct tr_list *next; - struct tr_list *prev; -}; - /** * It often happens that new data is written directly to the user buffers * without mapping/unmapping. This flag marks user buffers, so that their |