Removed redundent static ImageStream pointer

This commit is contained in:
Robert Osfield
2008-11-05 16:06:25 +00:00
parent a063d1dfb0
commit 239c18eddb

View File

@@ -39,7 +39,6 @@
#include <iostream>
osg::ImageStream* s_imageStream = 0;
class MovieEventHandler : public osgGA::GUIEventHandler
{
public:
@@ -105,7 +104,6 @@ protected:
if (imagestream)
{
_imageStreamList.push_back(imagestream);
s_imageStream = imagestream;
}
}