Cc: Alexander von Gluck IV <kallis...@unixzen.com>
Signed-off-by: Emil Velikov <emil.l.veli...@gmail.com>
---
 src/egl/drivers/haiku/SConscript    | 5 -----
 src/egl/drivers/haiku/egl_haiku.cpp | 3 ---
 2 files changed, 8 deletions(-)

diff --git a/src/egl/drivers/haiku/SConscript b/src/egl/drivers/haiku/SConscript
index 9dd2f70..ec6020e 100644
--- a/src/egl/drivers/haiku/SConscript
+++ b/src/egl/drivers/haiku/SConscript
@@ -9,7 +9,6 @@ env.Append(CPPDEFINES = [
 env.Append(CPPPATH = [
        '#/include',
        '#/src/egl/main',
-       '#/src/loader',
 ])
 
 sources = [
@@ -22,10 +21,6 @@ if env['platform'] == 'haiku':
                '_EGL_NATIVE_PLATFORM=haiku',
        ])
 
-env.Prepend(LIBS = [
-       libloader,
-])
-
 egl_haiku = env.ConvenienceLibrary(
        target = 'egl_haiku',
        source = sources,
diff --git a/src/egl/drivers/haiku/egl_haiku.cpp 
b/src/egl/drivers/haiku/egl_haiku.cpp
index cfe8817..056fafc 100644
--- a/src/egl/drivers/haiku/egl_haiku.cpp
+++ b/src/egl/drivers/haiku/egl_haiku.cpp
@@ -27,7 +27,6 @@
 #include <stdint.h>
 #include <stdio.h>
 
-#include "loader.h"
 #include "eglconfig.h"
 #include "eglcontext.h"
 #include "egldisplay.h"
@@ -244,8 +243,6 @@ init_haiku(_EGLDriver *drv, _EGLDisplay *dpy)
 
        _eglSetLogProc(haiku_log);
 
-       loader_set_logger(_eglLog);
-
        TRACE("Add configs\n");
        haiku_add_configs_for_visuals(dpy);
 
-- 
2.4.2

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to