Browse Source

geomContext has moved to gobj

David Rose 22 years ago
parent
commit
5fe909bb4f

+ 0 - 2
panda/src/display/config_display.cxx

@@ -29,7 +29,6 @@
 #include "parasiteBuffer.h"
 #include "parasiteBuffer.h"
 #include "hardwareChannel.h"
 #include "hardwareChannel.h"
 #include "textureContext.h"
 #include "textureContext.h"
-#include "geomContext.h"
 
 
 ConfigureDef(config_display);
 ConfigureDef(config_display);
 NotifyCategoryDef(display, "");
 NotifyCategoryDef(display, "");
@@ -136,5 +135,4 @@ init_libdisplay() {
   HardwareChannel::init_type();
   HardwareChannel::init_type();
   ParasiteBuffer::init_type();
   ParasiteBuffer::init_type();
   TextureContext::init_type();
   TextureContext::init_type();
-  GeomContext::init_type();
 }
 }

+ 0 - 1
panda/src/display/display_composite1.cxx

@@ -1,6 +1,5 @@
 #include "drawableRegion.cxx"
 #include "drawableRegion.cxx"
 #include "displayRegion.cxx"
 #include "displayRegion.cxx"
-#include "geomContext.cxx"
 #include "graphicsChannel.cxx"
 #include "graphicsChannel.cxx"
 #include "graphicsEngine.cxx"
 #include "graphicsEngine.cxx"
 #include "graphicsLayer.cxx"
 #include "graphicsLayer.cxx"