diff options
author | Tomaž Vajngerl <quikee@gmail.com> | 2013-04-21 22:55:41 +0200 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2013-04-21 22:55:41 +0200 |
commit | 2fa3cde17c90eb0eb7e9fda93909b02a2aebf1c9 (patch) | |
tree | fd92ad75957d8c85741c966e775ec86c7990b3b3 | |
parent | 4cbe623af84f4a6761bf996fec82f2ea791a0769 (diff) |
WaE: unused variable in Exif
Change-Id: I921ba50f1d251489bfb56703247890f9ff23200f
-rw-r--r-- | vcl/source/filter/jpeg/Exif.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/source/filter/jpeg/Exif.hxx b/vcl/source/filter/jpeg/Exif.hxx index def8ee3abf59..490f144949cd 100644 --- a/vcl/source/filter/jpeg/Exif.hxx +++ b/vcl/source/filter/jpeg/Exif.hxx @@ -49,7 +49,6 @@ class Exif { private: Orientation maOrientation; - sal_Int32 mnStreamPosition; bool mbExifPresent; bool processJpeg(SvStream& rStream, bool bSetValue); |