summaryrefslogtreecommitdiff
path: root/src/nv_exa.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nv_exa.c')
-rw-r--r--src/nv_exa.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/nv_exa.c b/src/nv_exa.c
index da05f61..995e531 100644
--- a/src/nv_exa.c
+++ b/src/nv_exa.c
@@ -580,11 +580,6 @@ Bool NVExaInit(ScreenPtr pScreen)
break;
}
- /* If we're going to try and use 3D, let the card-specific function
- * override whatever hooks it wants.
- */
- if (pNv->use3D) pNv->InitEXA3D(pNv);
-
return exaDriverInit(pScreen, pNv->EXADriverPtr);
}