summaryrefslogtreecommitdiff
path: root/documentation/src
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2019-04-04 18:51:16 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2019-04-04 18:51:16 +0200
commit63b86bd8f76f7d1881b1d0a60183c9d4a9ee786b (patch)
tree90768973e7080e1a002179271343a66b5af854d8 /documentation/src
parentfc678c26b0c073cbb863bbde855ab6039c89aa96 (diff)
Revert back to previous state
Diffstat (limited to 'documentation/src')
-rw-r--r--documentation/src/opengl.dox1
1 files changed, 0 insertions, 1 deletions
diff --git a/documentation/src/opengl.dox b/documentation/src/opengl.dox
index 633653cb7..91983f0c9 100644
--- a/documentation/src/opengl.dox
+++ b/documentation/src/opengl.dox
@@ -503,7 +503,6 @@ to be created among your Fl_Gl_Window-derived classes:
first = 0;
make_current();
glewInit(); // defines pters to functions of OpenGL V 1.2 and above
- redraw();
}
#endif
\endcode