From 8618fbc3f0cfd6dbd2be30a4f8633ed0ddada9a0 Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Fri, 2 Jul 2004 09:04:37 +0000 Subject: [PATCH] Removed reference to isVSyncEnabled() --- src/java/org/lwjgl/opengl/Window.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/java/org/lwjgl/opengl/Window.java b/src/java/org/lwjgl/opengl/Window.java index 7250cc82..1a443eaa 100644 --- a/src/java/org/lwjgl/opengl/Window.java +++ b/src/java/org/lwjgl/opengl/Window.java @@ -512,7 +512,6 @@ public final class Window { /** * Enable or disable vertical monitor synchronization. This call is a best-attempt at changing * the vertical refresh synchronization of the monitor, and is not guaranteed to be successful. - * To check whether the call might have been successful, call isVSyncEnabled(). * @param sync true to synchronize; false to ignore synchronization */ public static void setVSyncEnabled(boolean sync) {