From 02b1710ab27dea97b226bde626e5824b40f830ba Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Sun, 18 Oct 2015 01:49:37 +0200 Subject: [PATCH] Remove mention of GLU from tutorial --- docs/quick.dox | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/docs/quick.dox b/docs/quick.dox index 58164acb..c26d7e6a 100644 --- a/docs/quick.dox +++ b/docs/quick.dox @@ -46,16 +46,6 @@ In other words: - If you _do_ need to include such headers, do it _before_ including the GLFW one and it will detect this -Starting with version 3.0, the GLU header `glu.h` is no longer included by -default. GLU is deprecated and should not be used in new code. If you need to -include it for legacy code, define `GLFW_INCLUDE_GLU` before the inclusion of -the GLFW header. - -@code -#define GLFW_INCLUDE_GLU -#include -@endcode - @subsection quick_init_term Initializing and terminating GLFW