Fllowup to previous commit, remove unused code

This commit is contained in:
Sergey Sharybin 2015-09-16 20:20:16 +05:00
parent 3f05d72a98
commit 19d17c8d90
1 changed files with 0 additions and 1 deletions

View File

@ -305,7 +305,6 @@ int openSubdiv_supportGPUDisplay(void)
static bool is_intel = false;
if (!vendor_checked) {
const char *vendor = (const char *)glGetString(GL_VENDOR);
const char *renderer = (const char *)glGetString(GL_RENDERER);
if (strstr(vendor, "Intel")) {
if(getenv("OPENSUBDIV_ALLOW_INTEL") == NULL) {
is_intel = true;