Procházet zdrojové kódy

egl: remove unused Display field

tags/mesa_20090313
Brian Paul před 17 roky
rodič
revize
260ac3c983
2 změnil soubory, kde provedl 0 přidání a 3 odebrání
  1. 0
    1
      src/egl/main/egldriver.c
  2. 0
    2
      src/egl/main/egldriver.h

+ 0
- 1
src/egl/main/egldriver.c Zobrazit soubor

@@ -185,7 +185,6 @@ _eglOpenDriver(_EGLDisplay *dpy, const char *driverName, const char *args)
else
dlclose(lib);

drv->Display = dpy;
return drv;
}


+ 0
- 2
src/egl/main/egldriver.h Zobrazit soubor

@@ -28,8 +28,6 @@ struct _egl_driver

void *LibHandle; /**< dlopen handle */

_EGLDisplay *Display;

int APImajor, APIminor; /**< as returned by eglInitialize() */
char Version[10]; /**< initialized from APImajor/minor */


Načítá se…
Zrušit
Uložit