Skip to content

Commit b91ce6d

Browse files
committed
Remove LoadWaveData
1 parent 636c1e7 commit b91ce6d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

include/Wave.hpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -145,13 +145,6 @@ class Wave : public ::Wave {
145145
return LoadSound();
146146
}
147147

148-
/**
149-
* Get samples data from wave as a floats array
150-
*/
151-
inline float* GetData() {
152-
return ::GetWaveData(*this);
153-
}
154-
155148
protected:
156149
inline void set(::Wave wave) {
157150
sampleCount = wave.sampleCount;

0 commit comments

Comments
 (0)