From 436fcbea890eb9f37e72afc39cd763edce68347a Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Mon, 3 Jul 2006 19:22:20 +0000 Subject: [PATCH] Fixed comment --- src/java/org/lwjgl/opengl/EventQueue.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/java/org/lwjgl/opengl/EventQueue.java b/src/java/org/lwjgl/opengl/EventQueue.java index efdfbf2c..0472a8e6 100644 --- a/src/java/org/lwjgl/opengl/EventQueue.java +++ b/src/java/org/lwjgl/opengl/EventQueue.java @@ -58,9 +58,6 @@ class EventQueue { /** * Copy available events into the specified buffer. - * Note that the buffer position is maintained, to emulate - * the behaviour of the native event queues. - * @return the number of events copied */ public synchronized void copyEvents(IntBuffer dest) { queue.flip();