From 28473b21feeaefba1c4a76793119bc8710d84a75 Mon Sep 17 00:00:00 2001 From: Shalin Shodhan Date: Fri, 2 Jul 2004 17:05:56 +0000 Subject: [PATCH] Pgraph: Sources.pp config_pgraph and pgraph_composite2 corrected --- panda/src/pgraph/Sources.pp | 3 --- panda/src/pgraph/config_pgraph.cxx | 4 ---- panda/src/pgraph/pgraph_composite2.cxx | 2 -- 3 files changed, 9 deletions(-) diff --git a/panda/src/pgraph/Sources.pp b/panda/src/pgraph/Sources.pp index 1fab31d56b..77325734d6 100644 --- a/panda/src/pgraph/Sources.pp +++ b/panda/src/pgraph/Sources.pp @@ -78,7 +78,6 @@ renderEffects.I renderEffects.h \ renderModeAttrib.I renderModeAttrib.h \ renderState.I renderState.h \ - seaPatchNode.I seaPatchNode.h \ sceneGraphAnalyzer.h \ sceneGraphReducer.I sceneGraphReducer.h \ sceneSetup.I sceneSetup.h \ @@ -168,7 +167,6 @@ renderEffects.cxx \ renderModeAttrib.cxx \ renderState.cxx \ - seaPatchNode.cxx \ sceneGraphAnalyzer.cxx \ sceneGraphReducer.cxx \ sceneSetup.cxx \ @@ -255,7 +253,6 @@ renderEffects.I renderEffects.h \ renderModeAttrib.I renderModeAttrib.h \ renderState.I renderState.h \ - seaPatchNode.I seaPatchNode.h \ sceneGraphAnalyzer.h \ sceneGraphReducer.I sceneGraphReducer.h \ sceneSetup.I sceneSetup.h \ diff --git a/panda/src/pgraph/config_pgraph.cxx b/panda/src/pgraph/config_pgraph.cxx index 01aaaa6e57..fae054dbe7 100644 --- a/panda/src/pgraph/config_pgraph.cxx +++ b/panda/src/pgraph/config_pgraph.cxx @@ -72,10 +72,8 @@ #include "renderEffects.h" #include "renderModeAttrib.h" #include "renderState.h" -#include "seaPatchNode.h" #include "selectiveChildNode.h" #include "sequenceNode.h" -//#include "shaderNode.h" #include "showBoundsEffect.h" #include "spotlight.h" #include "switchNode.h" @@ -226,10 +224,8 @@ init_libpgraph() { RenderEffects::init_type(); RenderModeAttrib::init_type(); RenderState::init_type(); - SeaPatchNode::init_type(); SelectiveChildNode::init_type(); SequenceNode::init_type(); - // ShaderNode::init_type(); ShowBoundsEffect::init_type(); Spotlight::init_type(); SwitchNode::init_type(); diff --git a/panda/src/pgraph/pgraph_composite2.cxx b/panda/src/pgraph/pgraph_composite2.cxx index 269ebecaf5..ba19946941 100644 --- a/panda/src/pgraph/pgraph_composite2.cxx +++ b/panda/src/pgraph/pgraph_composite2.cxx @@ -27,12 +27,10 @@ #include "renderEffects.cxx" #include "renderModeAttrib.cxx" #include "renderState.cxx" -#include "seaPatchNode.cxx" #include "sceneGraphAnalyzer.cxx" #include "sceneGraphReducer.cxx" #include "selectiveChildNode.cxx" #include "sequenceNode.cxx" -//#include "shaderNode.cxx" #include "showBoundsEffect.cxx" #include "spotlight.cxx" #include "switchNode.cxx"