diff options
Diffstat (limited to 'src/egl/drivers/haiku')
-rw-r--r-- | src/egl/drivers/haiku/egl_haiku.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/egl/drivers/haiku/egl_haiku.cpp b/src/egl/drivers/haiku/egl_haiku.cpp index 590e43f00fb..0b56653395a 100644 --- a/src/egl/drivers/haiku/egl_haiku.cpp +++ b/src/egl/drivers/haiku/egl_haiku.cpp @@ -325,7 +325,5 @@ _eglInitDriver(_EGLDriver *driver) driver->API.SwapBuffers = haiku_swap_buffers; - driver->Name = "Haiku"; - TRACE("API Calls defined\n"); } |