summaryrefslogtreecommitdiffstats
path: root/src/common/resources/sndfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/resources/sndfile.h')
-rw-r--r--src/common/resources/sndfile.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/resources/sndfile.h b/src/common/resources/sndfile.h
index 5ea6ccc..5fc00f4 100644
--- a/src/common/resources/sndfile.h
+++ b/src/common/resources/sndfile.h
@@ -38,7 +38,6 @@ private:
static sf_count_t SNDRead(void *ptr, sf_count_t count, void *data);
static sf_count_t SNDWrite(const void *ptr, sf_count_t count, void *data);
static sf_count_t SNDTell(void *data);
-
SF_INFO m_file_info;
SNDFILE *m_snd_file;
PHYSFS_File *m_file;