Index: /OpenSceneGraph/trunk/examples/osganimationmorph/osganimationmorph.cpp
===================================================================
--- /OpenSceneGraph/trunk/examples/osganimationmorph/osganimationmorph.cpp (revision 9928)
+++ /OpenSceneGraph/trunk/examples/osganimationmorph/osganimationmorph.cpp (revision 9951)
@@ -63,5 +63,4 @@
     osgViewer::Viewer viewer(arguments);
 
-
     osgAnimation::Animation* animation = new osgAnimation::Animation;
     osgAnimation::FloatLinearChannel* channel0 = new osgAnimation::FloatLinearChannel;
@@ -71,12 +70,5 @@
     channel0->setName("0");
 
-    osgAnimation::FloatLinearChannel* channel1 = new osgAnimation::FloatLinearChannel;
-    channel1->getOrCreateSampler()->getOrCreateKeyframeContainer()->push_back(osgAnimation::FloatKeyframe(0,1.0));
-    channel1->getOrCreateSampler()->getOrCreateKeyframeContainer()->push_back(osgAnimation::FloatKeyframe(1,0.0));
-    channel1->setTargetName("MorphNodeCallback");
-    channel1->setName("1");
-
     animation->addChannel(channel0);
-    animation->addChannel(channel1);
     animation->setName("Morph");
     animation->computeDuration();
@@ -99,5 +91,4 @@
     // initialize with the first shape
     osgAnimation::MorphGeometry* morph = new osgAnimation::MorphGeometry(*geom0);
-    morph->addMorphTarget(geom0);
     morph->addMorphTarget(geom1);
 
