glut: Remove EOF characters.

This commit is contained in:
José Fonseca
2008-08-07 09:03:30 +01:00
parent 506b8ebdba
commit ebb5855821
8 changed files with 0 additions and 8 deletions

View File

@@ -417,4 +417,3 @@ void ScreenToClient( HWND hwnd, POINTL *point)
point->y -= swp_src.y;
}


View File

@@ -256,4 +256,3 @@ bla bla bla
#endif
}
/* ENDCENTRY */


View File

@@ -677,4 +677,3 @@ glutGameModeGet(GLenum mode)
return -1;
}
}


View File

@@ -1218,4 +1218,3 @@ glutReshapeFunc(GLUTreshapeCB reshapeFunc)
__glutCurrentWindow->reshape = __glutDefaultReshape;
}
}


View File

@@ -124,4 +124,3 @@ glutHideWindow(void)
}
/* ENDCENTRY */


View File

@@ -143,4 +143,3 @@ XVisualInfo * glXChooseVisual(int mode)
#if POKA
#endif /* POKA */


View File

@@ -530,4 +530,3 @@ glutDetachMenu(int button)
}
}


View File

@@ -1294,4 +1294,3 @@ Bool __glutSetWindowText(Window window, char *text)
}
#endif