0ad/source
trompetin17 336ff333ed
Remove unused OpenOggStream method
OpenOggStream was previously used to stream Ogg files directly from the
file system. It operated on raw file paths (OsPath) and assumed
uncompressed, unarchived files, which made it unsuitable for working
with files inside archives or VFS layers.

However, its usage has been fully replaced by OpenOggNonstream, which:
- Reads the entire file into memory (non-streaming),
- Works with virtual file systems (VFS),
- Supports both archived and compressed assets,

Is already used consistently across debug and release builds.

There are no remaining references to OpenOggStream in the codebase, so
this commit removes the unused function and its associated logic.
2025-06-20 08:41:39 -05:00
..
collada Remove the name of some unused arguments 2025-06-18 12:49:59 +02:00
graphics Remove ignore_result 2025-06-19 19:05:56 +02:00
gui Remove ignore_result 2025-06-19 19:05:56 +02:00
i18n Get config values without using return parameters 2025-04-09 12:51:21 +02:00
lib Update some includes for iwyu part 1 2025-06-20 09:01:19 +02:00
lobby Remove the name of some unused arguments 2025-06-18 12:49:59 +02:00
maths Fix trailing whitespace and add pre-commit hook 2025-06-15 20:08:48 +02:00
mocks Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
network Stop running shrinking gcs & simplify GC logic. 2025-04-22 17:03:29 +02:00
pch Remove glooxwrapper 2024-11-25 20:01:00 +01:00
ps Update some includes for iwyu part 1 2025-06-20 09:01:19 +02:00
renderer Remove the name of some unused arguments 2025-06-18 12:49:59 +02:00
rlinterface Shutdown mongoose in rl-interface gracefully 2024-06-23 17:26:03 +00:00
scriptinterface Remove ignore_result 2025-06-19 19:05:56 +02:00
simulation2 Use std::unique_ptr for CSimulation2Impl 2025-06-19 22:12:52 +02:00
soundmanager Remove unused OpenOggStream method 2025-06-20 08:41:39 -05:00
third_party Fix trailing whitespace and add pre-commit hook 2025-06-15 20:08:48 +02:00
tools Remove the name of some unused arguments 2025-06-18 12:49:59 +02:00
main.cpp Adds fixed frame frequency. 2025-04-25 19:15:57 +02:00
test_setup.cpp Don't use ".." to get the data-directory 2025-06-18 14:42:13 +02:00