summaryrefslogtreecommitdiffstats
path: root/src/common/resources/sndfile.h
diff options
context:
space:
mode:
authorPiotr Dziwinski <piotrdz@gmail.com>2014-09-07 19:26:06 +0200
committerPiotr Dziwinski <piotrdz@gmail.com>2014-09-21 12:29:06 +0200
commit6a1ceba8c0914691ebc873fd666e7cde1cffdb64 (patch)
tree4cf5c979672de510ec37039d88258f0ce3e2b1f0 /src/common/resources/sndfile.h
parentf0b38721e05dbda1d3562abc06fec535d1aa5a07 (diff)
downloadcolobot-6a1ceba8c0914691ebc873fd666e7cde1cffdb64.tar.gz
colobot-6a1ceba8c0914691ebc873fd666e7cde1cffdb64.tar.bz2
colobot-6a1ceba8c0914691ebc873fd666e7cde1cffdb64.zip
Some cleaning up
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;