]> git.sesse.net Git - nageru/commitdiff
Remove some unused variables.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 3 Oct 2015 19:46:26 +0000 (21:46 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 3 Oct 2015 19:46:26 +0000 (21:46 +0200)
mixer.cpp

index 4d7c19d35b30962334d61a0a6df9ab83cdf3664a..11553b4185092ccdfd1078a7936545d7f61a4712 100644 (file)
--- a/mixer.cpp
+++ b/mixer.cpp
@@ -55,20 +55,6 @@ using namespace movit;
 using namespace std;
 using namespace std::placeholders;
 
-// shared between all EGL contexts
-EGLDisplay egl_display;
-EGLSurface egl_surface;
-EGLConfig ecfg;
-EGLint ctxattr[] = {
-       EGL_CONTEXT_CLIENT_VERSION, 2,
-       EGL_CONTEXT_MAJOR_VERSION_KHR, 3,
-       EGL_CONTEXT_MINOR_VERSION_KHR, 1,
-       //EGL_CONTEXT_OPENGL_PROFILE_MASK_KHR, EGL_CONTEXT_OPENGL_CORE_PROFILE_BIT_KHR,
-       EGL_CONTEXT_OPENGL_PROFILE_MASK_KHR, EGL_CONTEXT_OPENGL_COMPATIBILITY_PROFILE_BIT,
-       EGL_NONE
-};
-
-EGLConfig pbuffer_ecfg;
 
 std::mutex bmusb_mutex;  // protects <cards>