From 3dc2024c8f183dda9fd0759457521cd0ff2e196f Mon Sep 17 00:00:00 2001 From: Zachary Lund Date: Sat, 4 Jan 2014 00:42:23 -0600 Subject: [PATCH] Remove enable statements. This should be done in platform-independent code using GLEW. --- libobs-opengl/gl-x11.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libobs-opengl/gl-x11.c b/libobs-opengl/gl-x11.c index 55acc0119..d6d3395ba 100644 --- a/libobs-opengl/gl-x11.c +++ b/libobs-opengl/gl-x11.c @@ -181,10 +181,6 @@ struct gl_platform *gl_platform_create(device_t device, blog(LOG_INFO, "OpenGL version: %s\n", glGetString(GL_VERSION)); - glEnable(GL_TEXTURE_CUBE_MAP_SEAMLESS); - glEnable(GL_DEBUG_OUTPUT); - glEnable(GL_CULL_FACE); - plat->swap.device = device; plat->swap.info = *info; plat->swap.wi = gl_windowinfo_create(info);