aboutsummaryrefslogtreecommitdiffstats
path: root/src/glx/drisw_glx.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/glx/drisw_glx.c')
-rw-r--r--src/glx/drisw_glx.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/glx/drisw_glx.c b/src/glx/drisw_glx.c
index d63f6e8d5ff..d0137ee6517 100644
--- a/src/glx/drisw_glx.c
+++ b/src/glx/drisw_glx.c
@@ -425,9 +425,6 @@ driOpenSwrast(void)
if (driver == NULL)
driver = driOpenDriver("swrast");
- if (driver == NULL)
- driver = driOpenDriver("swrastg");
-
return driver;
}