Removed three useless/wrong/etc. function prototypes for when

libgtkglext isn't installed...
This commit is contained in:
yabause 2008-05-02 20:23:31 +00:00
parent 97ed1aa70a
commit 69709ba274
1 changed files with 0 additions and 3 deletions

View File

@ -80,9 +80,6 @@ void black_screen () {
// else see gdk_gl.c / gdk_gl.h
BOOL my_gl_Begin (int screen) { return FALSE; }
void my_gl_End (int screen) {}
void init_GL_capabilities() {}
void init_GL(GtkWidget * widget, ...) {}
void reshape (GtkWidget * widget, ...) {}
int has_pix_col_map=0;
u32 pix_col_map[0x8000];