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>2008-07-31 14:05:28 +0000
committerStijn Buys <ingar@osirion.org>2008-07-31 14:05:28 +0000
commit96521495f8c0070537be42c97f8fcbe55ec3990f (patch)
tree95f73fa059c49ee71510e90a93f344ce46731148 /src/audio/pcm.h
parent32317145166988e5f9c65395bfc027aa2d32ed0e (diff)
most love valgrind
Diffstat (limited to 'src/audio/pcm.h')
-rw-r--r--src/audio/pcm.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/audio/pcm.h b/src/audio/pcm.h
index 740a23c..dc8eb16 100644
--- a/src/audio/pcm.h
+++ b/src/audio/pcm.h
@@ -38,11 +38,6 @@ public:
/// number of channels
inline unsigned int channels() const { return pcm_channels; }
- /// load PCM audio data from file
- static void load(std::string const & name);
-
- static void load(const char *name);
-
private:
unsigned char *pcm_data;