From 19d17c8d908039b73b3437432b62da8dd268e05c Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Wed, 16 Sep 2015 20:20:16 +0500 Subject: Fllowup to previous commit, remove unused code --- intern/opensubdiv/opensubdiv_capi.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'intern/opensubdiv') diff --git a/intern/opensubdiv/opensubdiv_capi.cc b/intern/opensubdiv/opensubdiv_capi.cc index dbd93a0a5e9..a56e29f31b3 100644 --- a/intern/opensubdiv/opensubdiv_capi.cc +++ b/intern/opensubdiv/opensubdiv_capi.cc @@ -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; -- cgit v1.2.3