Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f8e4a343 authored by Yiwei Zhang's avatar Yiwei Zhang
Browse files

libgui: remove redundant eglQueryStringImplementationANDROID

Test: build, flash and boot
Change-Id: I48cbee82015551b5cd502565d76fe6038b2a50c7
parent 42e353bc
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -46,7 +46,6 @@
#include <utils/String8.h>
#include <utils/Trace.h>

extern "C" EGLAPI const char* eglQueryStringImplementationANDROID(EGLDisplay dpy, EGLint name);
#define PROT_CONTENT_EXT_STR "EGL_EXT_protected_content"
#define EGL_PROTECTED_CONTENT_EXT 0x32C0

+0 −2
Original line number Diff line number Diff line
@@ -28,8 +28,6 @@
#include <utils/Log.h>
#include <utils/Thread.h>

extern "C" EGLAPI const char* eglQueryStringImplementationANDROID(EGLDisplay dpy, EGLint name);

namespace android {

class SurfaceTextureClientTest : public ::testing::Test {