diff --git a/modules/juce_opengl/opengl/juce_OpenGLFrameBuffer.h b/modules/juce_opengl/opengl/juce_OpenGLFrameBuffer.h index 6c6fda54bf..e629d84024 100644 --- a/modules/juce_opengl/opengl/juce_OpenGLFrameBuffer.h +++ b/modules/juce_opengl/opengl/juce_OpenGLFrameBuffer.h @@ -81,7 +81,6 @@ public: void saveAndRelease(); /** Restores the framebuffer content that was previously saved using saveAndRelease(). - After saving to main memory, the original state can be restored by calling restoreToGPUMemory(). */ bool reloadSavedCopy (OpenGLContext& context);