Remove another reference to GLU

Should have been part of ce1d317768 (Remove GLU dependency, 2023-12-28)
This commit is contained in:
Paul Cornett 2024-01-04 12:22:39 -08:00
parent 31a672b858
commit cd93c73900

View file

@ -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).
//