Browse Source

remove unused glutdisplay

David Rose 21 years ago
parent
commit
e175170da0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/metalibs/panda/Sources.pp

+ 1 - 1
panda/metalibs/panda/Sources.pp

@@ -28,7 +28,7 @@
 #if $[LINK_IN_GL]
   #define BUILDING_DLL $[BUILDING_DLL] BUILDING_PANDAGL
   #define COMPONENT_LIBS $[COMPONENT_LIBS] \
-    glgsg glxdisplay wgldisplay glutdisplay
+    glgsg glxdisplay wgldisplay
 #endif
 
 #if $[LINK_IN_PHYSICS]