[Bf-blender-cvs] [19d17c8] master: Fllowup to previous commit, remove unused code

Sergey Sharybin noreply at git.blender.org
Wed Sep 16 17:20:34 CEST 2015


Commit: 19d17c8d908039b73b3437432b62da8dd268e05c
Author: Sergey Sharybin
Date:   Wed Sep 16 20:20:16 2015 +0500
Branches: master
https://developer.blender.org/rB19d17c8d908039b73b3437432b62da8dd268e05c

Fllowup to previous commit, remove unused code

===================================================================

M	intern/opensubdiv/opensubdiv_capi.cc

===================================================================

diff --git a/intern/opensubdiv/opensubdiv_capi.cc b/intern/opensubdiv/opensubdiv_capi.cc
index dbd93a0..a56e29f 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;




More information about the Bf-blender-cvs mailing list