GNOME Bugzilla – Bug 395858
Get rid of the unused mViewerStream
Last modified: 2007-01-14 23:35:17 UTC
As it's not used any more.
Created attachment 80124 [details] [review] totem-remove-viewerstream.patch
Why are you explicitly closing the stream before the SetPlaylist call? Right next we'll get DestroyStream where it'll be closed anyway.
(In reply to comment #2) > Why are you explicitly closing the stream before the SetPlaylist call? Right > next we'll get DestroyStream where it'll be closed anyway. No reason, it's obviously wrong ;)
2007-01-14 Bastien Nocera <hadess@hadess.net> * browser-plugin/totemPlugin.cpp: * browser-plugin/totemPlugin.h: remove the unused mViewerStream (Closes: #395858)