summaryrefslogtreecommitdiff
path: root/vcl/source/filter/jpeg/Exif.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/filter/jpeg/Exif.cxx')
-rw-r--r--vcl/source/filter/jpeg/Exif.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/vcl/source/filter/jpeg/Exif.cxx b/vcl/source/filter/jpeg/Exif.cxx
index e7a32878b86e..01f059247a17 100644
--- a/vcl/source/filter/jpeg/Exif.cxx
+++ b/vcl/source/filter/jpeg/Exif.cxx
@@ -28,9 +28,6 @@ Exif::Exif() :
Exif::~Exif()
{}
-Orientation Exif::getOrientation() {
- return maOrientation;
-}
void Exif::setOrientation(Orientation aOrientation) {
maOrientation = aOrientation;
@@ -68,10 +65,6 @@ sal_Int32 Exif::getRotation()
return 0;
}
-bool Exif::hasExif()
-{
- return mbExifPresent;
-}
bool Exif::read(SvStream& rStream)
{