From cd93c739004b11883709cefb37c347b1f4975a43 Mon Sep 17 00:00:00 2001 From: Paul Cornett Date: Thu, 4 Jan 2024 12:22:39 -0800 Subject: [PATCH] Remove another reference to GLU Should have been part of ce1d317768 (Remove GLU dependency, 2023-12-28) --- include/wx/setup_inc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/setup_inc.h b/include/wx/setup_inc.h index acfb068814..f6200c70f4 100644 --- a/include/wx/setup_inc.h +++ b/include/wx/setup_inc.h @@ -1323,7 +1323,7 @@ // Setting wxUSE_GLCANVAS to 1 enables OpenGL support. You need to have OpenGL // headers and libraries to be able to compile the library with wxUSE_GLCANVAS -// set to 1 and, under Windows, also to add opengl32.lib and glu32.lib to the +// set to 1 and, under Windows, also to add opengl32.lib to the // list of libraries used to link your application when linking to wxWidgets // statically (although this is done implicitly for Microsoft Visual C++ users). //