Remove GLU library loading code

hope i didnt forger smth X)
This commit is contained in:
Alug 2024-02-01 22:10:38 +01:00 committed by NepDisk
parent 674290dc11
commit 739b84ea28

View file

@ -94,7 +94,6 @@ boolean LoadGL(void)
CONS_Printf("If you know what is the OpenGL library's name, use -OGLlib\n");
return 0;
}
#endif
return SetupGLfunc();
}