RenderEngine: remove warning "using EGL_IMG_context_priority"

This warning breaks the build as it is treated as an error,
so just remove it.

Change-Id: I1a6353e5960866a9302a8c00eb97d1779b35b6be
This commit is contained in:
Michael Gernoth 2015-10-13 21:08:19 +02:00 committed by Ethan Chen
parent f4fac7e93f
commit 80216f6442
1 changed files with 0 additions and 1 deletions

View File

@ -83,7 +83,6 @@ RenderEngine* RenderEngine::create(EGLDisplay display, int hwcFormat) {
EGL_CONTEXT_CLIENT_VERSION, contextClientVersion, // MUST be first
#ifdef EGL_IMG_context_priority
#ifdef HAS_CONTEXT_PRIORITY
#warning "using EGL_IMG_context_priority"
EGL_CONTEXT_PRIORITY_LEVEL_IMG, EGL_CONTEXT_PRIORITY_HIGH_IMG,
#endif
#endif