Removed commented out code

This commit is contained in:
Elias Naur 2004-09-06 10:21:34 +00:00
parent 7fffdd2602
commit bb540708a4
2 changed files with 4 additions and 5 deletions

View File

@ -8,11 +8,12 @@
extern "C" {
#endif
/* Inaccessible static: currentContext */
/* Inaccessible static: GL_ARB_imaging */
/* Inaccessible static: GL_ARB_depth_texture */
/* Inaccessible static: GL_ARB_draw_buffers */
/* Inaccessible static: GL_ARB_fragment_program */
/* Inaccessible static: GL_ARB_fragment_program_shadow */
/* Inaccessible static: GL_ARB_fragment_shader */
/* Inaccessible static: GL_ARB_imaging */
/* Inaccessible static: GL_ARB_matrix_palette */
/* Inaccessible static: GL_ARB_multisample */
/* Inaccessible static: GL_ARB_multitexture */
@ -32,6 +33,7 @@ extern "C" {
/* Inaccessible static: GL_ARB_texture_env_dot3 */
/* Inaccessible static: GL_ARB_texture_mirrored_repeat */
/* Inaccessible static: GL_ARB_texture_non_power_of_two */
/* Inaccessible static: GL_ARB_texture_rectangle */
/* Inaccessible static: GL_ARB_transpose_matrix */
/* Inaccessible static: GL_ARB_vertex_blend */
/* Inaccessible static: GL_ARB_vertex_buffer_object */
@ -123,6 +125,7 @@ extern "C" {
/* Inaccessible static: exts */
/* Inaccessible static: gl_ref_count */
/* Inaccessible static: did_auto_load */
/* Inaccessible static: loaded_stubs */
/* Inaccessible static: class_00024org_00024lwjgl_00024opengl_00024GLContext */
/* Inaccessible static: class_00024org_00024lwjgl_00024opengl_00024GL11 */
/*

View File

@ -196,8 +196,6 @@ static void warpPointer(void) {
JNIEXPORT jint JNICALL Java_org_lwjgl_input_Mouse_nGetNativeCursorCaps
(JNIEnv *env, jclass clazz) {
int caps = 0;
/* if (!isXcursorLoaded())
return caps;*/
XcursorBool argb_supported = XcursorSupportsARGB(getDisplay());
XcursorBool anim_supported = XcursorSupportsAnim(getDisplay());
if (argb_supported)
@ -263,14 +261,12 @@ JNIEXPORT void JNICALL Java_org_lwjgl_input_Mouse_nCreate
buffer_enabled = false;
updatePointerGrab();
initEventQueue(&event_queue);
// loadXcursor();
doWarpPointer();
}
JNIEXPORT void JNICALL Java_org_lwjgl_input_Mouse_nDestroy
(JNIEnv * env, jclass clazz)
{
// closeXcursor();
ungrabPointer();
XFreeCursor(getDisplay(), blank_cursor);
created = false;