diff options
author | Chia-I Wu <[email protected]> | 2009-08-14 18:26:26 +0800 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-08-18 08:50:12 -0600 |
commit | 34d8c13bff05de200dbad70d0798519108e186f2 (patch) | |
tree | 817c8f7e2740b6c115d071b06cd9af8906b6efcd /src/egl/main/Makefile | |
parent | e484a929289e859d9f8ef8028af3b0d8dc77b6d6 (diff) |
egl: Remove eglhash.c and eglhash.h.
Signed-off-by: Chia-I Wu <[email protected]>
Diffstat (limited to 'src/egl/main/Makefile')
-rw-r--r-- | src/egl/main/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/egl/main/Makefile b/src/egl/main/Makefile index ab61d68f2b6..15cd1d09c74 100644 --- a/src/egl/main/Makefile +++ b/src/egl/main/Makefile @@ -17,7 +17,6 @@ HEADERS = \ egldriver.h \ eglglobals.h \ egllog.h \ - eglhash.h \ eglmisc.h \ eglmode.h \ eglmutex.h \ @@ -36,7 +35,6 @@ SOURCES = \ egldriver.c \ eglglobals.c \ egllog.c \ - eglhash.c \ eglmisc.c \ eglmode.c \ eglscreen.c \ |