Removed reference to isVSyncEnabled()

This commit is contained in:
Elias Naur 2004-07-02 09:04:37 +00:00
parent 67b1ef58c0
commit 8618fbc3f0
1 changed files with 0 additions and 1 deletions

View File

@ -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 <em>might</em> have been successful, call isVSyncEnabled().
* @param sync true to synchronize; false to ignore synchronization
*/
public static void setVSyncEnabled(boolean sync) {