YaGL: yagl_client_api_id not needed on host 30/13130/1
authorStanislav Vorobiov <s.vorobiov@samsung.com>
Fri, 18 Oct 2013 11:49:14 +0000 (15:49 +0400)
committerStanislav Vorobiov <s.vorobiov@samsung.com>
Fri, 18 Oct 2013 11:49:14 +0000 (15:49 +0400)
Change-Id: I319bd137d924c92c7fac53778c31f96a9bfa1745

hw/yagl_types.h

index ddcf5b7..8fa4ddf 100644 (file)
@@ -32,19 +32,6 @@ typedef enum
 
 #define YAGL_NUM_APIS 2
 
-/*
- * EGL client APIs.
- */
-typedef enum
-{
-    yagl_client_api_ogl = 0,
-    yagl_client_api_gles1 = 1,
-    yagl_client_api_gles2 = 2,
-    yagl_client_api_ovg = 3
-} yagl_client_api;
-
-#define YAGL_NUM_CLIENT_APIS 4
-
 typedef bool (*yagl_api_func)(struct yagl_transport */*t*/);
 
 #endif