Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2009-01-13 19:36:30 +0000
committerStijn Buys <ingar@osirion.org>2009-01-13 19:36:30 +0000
commit03f502cf04cdd37485a31f4072c99764bcd78f0c (patch)
tree940fd0f50cb00b990a4023d27b5721ebf7e88101 /src/audio/buffers.h
parent5992c46fc62db1bdf038b5b7be0e94dd10183e77 (diff)
rewind OpenAL sources before clearing them
Diffstat (limited to 'src/audio/buffers.h')
-rw-r--r--src/audio/buffers.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/audio/buffers.h b/src/audio/buffers.h
index 462afff..cc7a6c8 100644
--- a/src/audio/buffers.h
+++ b/src/audio/buffers.h
@@ -23,7 +23,6 @@ class Buffers {
public:
static void init();
static void shutdown();
- static void reset();
/// find previously loaded PCM data
static size_t find(std::string name);