diff options
author | George Sapountzis <[email protected]> | 2010-05-26 01:08:15 +0300 |
---|---|---|
committer | George Sapountzis <[email protected]> | 2010-07-30 23:43:26 +0300 |
commit | a30b966f8345cb99922a416fce2da6edb70f864c (patch) | |
tree | 4d78fcb19e905b6caefb5854eb530fc701fc70e6 /src/gallium/state_trackers/dri/common/dri_screen.c | |
parent | 2e4ad14a525f4028f0e0a93de2f8db785df33fb7 (diff) |
st/dri: drop dri1_helper
Diffstat (limited to 'src/gallium/state_trackers/dri/common/dri_screen.c')
-rw-r--r-- | src/gallium/state_trackers/dri/common/dri_screen.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/state_trackers/dri/common/dri_screen.c b/src/gallium/state_trackers/dri/common/dri_screen.c index a2bccefd6c5..ed302e37c1f 100644 --- a/src/gallium/state_trackers/dri/common/dri_screen.c +++ b/src/gallium/state_trackers/dri/common/dri_screen.c @@ -35,7 +35,6 @@ #include "dri_screen.h" #include "dri_context.h" #include "dri_drawable.h" -#include "dri1_helper.h" #include "util/u_inlines.h" #include "pipe/p_screen.h" @@ -347,8 +346,6 @@ dri_destroy_option_cache(struct dri_screen * screen) void dri_destroy_screen_helper(struct dri_screen * screen) { - dri1_destroy_pipe_context(screen); - if (screen->st_api && screen->st_api->destroy) screen->st_api->destroy(screen->st_api); |