aboutsummaryrefslogtreecommitdiffstats
path: root/emulator/opengl/system/egl/egl_ftable.h
diff options
context:
space:
mode:
Diffstat (limited to 'emulator/opengl/system/egl/egl_ftable.h')
-rw-r--r--emulator/opengl/system/egl/egl_ftable.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/emulator/opengl/system/egl/egl_ftable.h b/emulator/opengl/system/egl/egl_ftable.h
index b21da72..16d130c 100644
--- a/emulator/opengl/system/egl/egl_ftable.h
+++ b/emulator/opengl/system/egl/egl_ftable.h
@@ -58,7 +58,6 @@ static const struct _egl_funcs_by_name {
{"eglCreateSyncKHR", (void *)eglCreateSyncKHR},
{"eglDestroySyncKHR", (void *)eglDestroySyncKHR},
{"eglClientWaitSyncKHR", (void *)eglClientWaitSyncKHR},
- {"eglSignalSyncKHR", (void *)eglSignalSyncKHR},
{"eglGetSyncAttribKHR", (void *)eglGetSyncAttribKHR}
};