forked from mirrors/0ad
e97292430d
The OggStream interface no longer needs the Close() method. OpenOggNonstream returns a smart pointer (OggStreamPtr), so resource cleanup is automatically handled by the destructor. OggStreamImpl now calls ov_clear in its destructor, making manual cleanup unnecessary. This commit removes the Close() method from the interface and its implementation.