summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib
diff options
context:
space:
mode:
author Oliver Stöneberg <firewave@users.noreply.github.com>2013-01-05 13:41:17 +0000
committer Oliver Stöneberg <firewave@users.noreply.github.com>2013-01-05 13:41:17 +0000
commitc751b475fa7e5c663a9db2a2f5c52bf3f96842a4 (patch)
tree27756cd7a348864bb87805aaa4e71a191027b332 /src/lib
parent85568b3f9287cadc581aa4d62488cba35716003e (diff)
removed unused m_props from chd_lzma_decompressor (nw)
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/util/chdcodec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/util/chdcodec.c b/src/lib/util/chdcodec.c
index 054c1092ff7..1246791f89d 100644
--- a/src/lib/util/chdcodec.c
+++ b/src/lib/util/chdcodec.c
@@ -181,7 +181,6 @@ public:
private:
// internal state
- CLzmaProps m_props;
CLzmaDec m_decoder;
chd_lzma_allocator m_allocator;
};