compositor: Remove a couple of unused #defines

This commit is contained in:
Kristian Høgsberg 2011-11-23 10:17:41 -05:00
parent 558350a692
commit 6b5fc3bac0

View File

@ -32,10 +32,6 @@
#include <EGL/egl.h>
#include <EGL/eglext.h>
#define ARRAY_LENGTH(a) (sizeof (a) / sizeof (a)[0])
#define FD_TO_EGL_NATIVE_DPY(fd) ((EGLNativeDisplayType)(intptr_t)(fd))
struct wlsc_matrix {
GLfloat d[16];
};