Removed the stop method
This commit is contained in:
@@ -65,8 +65,6 @@ QuicktimeImageStream::QuicktimeImageStream(std::string fileName) : ImageStream()
|
||||
// Deconstructor: stop and terminate thread
|
||||
QuicktimeImageStream::~QuicktimeImageStream()
|
||||
{
|
||||
stop();
|
||||
|
||||
setCmd(THREAD_QUIT);
|
||||
|
||||
if( isRunning() )
|
||||
|
||||
@@ -56,9 +56,6 @@ namespace osg {
|
||||
/// Pause stream at current position.
|
||||
virtual void pause() { setCmd(THREAD_STOP); }
|
||||
|
||||
/// Stop stream at current position.
|
||||
virtual void stop() { setCmd(THREAD_STOP); }
|
||||
|
||||
/// Rewind stream to beginning.
|
||||
virtual void rewind() { setCmd(THREAD_REWIND); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user