diff options
author | Marek Olšák <[email protected]> | 2012-02-17 01:54:37 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2012-02-21 21:09:16 +0100 |
commit | a6ef7f7ce4a52c05c55a2d265f1fdebc7de5a1db (patch) | |
tree | 19d8d8d1b2b4a43927424a8df82d53df90157e64 /src/gallium/drivers/nvfx | |
parent | 96d882939d612fcc8332f107befec470ed4359de (diff) |
gallium/util: remove u_simple_screen
Deprecated and unused.
Diffstat (limited to 'src/gallium/drivers/nvfx')
-rw-r--r-- | src/gallium/drivers/nvfx/nvfx_screen.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/nvfx/nvfx_screen.c b/src/gallium/drivers/nvfx/nvfx_screen.c index d47558e7a86..71e7c1591d8 100644 --- a/src/gallium/drivers/nvfx/nvfx_screen.c +++ b/src/gallium/drivers/nvfx/nvfx_screen.c @@ -2,7 +2,6 @@ #include "pipe/p_state.h" #include "util/u_format.h" #include "util/u_format_s3tc.h" -#include "util/u_simple_screen.h" #include "vl/vl_decoder.h" #include "vl/vl_video_buffer.h" |