Kill some stale code.

This commit is contained in:
Themaister 2013-08-11 01:24:48 +02:00
parent 2b28050c15
commit c19bdc7c2c
2 changed files with 0 additions and 6 deletions

View File

@ -85,8 +85,6 @@ static const GLfloat white_color[] = {
1, 1, 1, 1,
};
// Workaround broken Apple headers.
typedef const GLubyte* (*gl_get_stringi_proc)(GLenum name, GLuint index);
static inline bool gl_query_extension(gl_t *gl, const char *ext)
{
bool ret = false;

View File

@ -37,9 +37,6 @@
#include "glsym/glsym.h"
#if defined(ANDROID) && defined(HAVE_GRIFFIN)
#include "../griffin/hook_context.h"
#else
#define context_get_video_size_func(win, height) gl->ctx_driver->get_video_size(win, height)
#define context_update_window_title_func() gl->ctx_driver->update_window_title()
#define context_destroy_func() gl->ctx_driver->destroy()
@ -60,7 +57,6 @@
#define context_write_egl_image_func(frame, width, height, pitch, base_size, tex_index, img) \
gl->ctx_driver->write_egl_image(frame, width, height, pitch, base_size, tex_index,img)
#endif
#endif
static inline bool gl_check_error(void)
{