summaryrefslogtreecommitdiff
path: root/unotools
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-21 12:37:58 +0200
committerNoel Grandin <noel@peralex.com>2014-02-25 15:16:55 +0200
commite428a9952351a08c0d265368c5e8ad2416b003d9 (patch)
treec1f06f1f427b61bf5fb457ec17fa969bd17c3f65 /unotools
parent700161cce79df7137fc4db433db6e41905d76975 (diff)
remove unused code utl::MediaDescriptor::PROP_DEEPDETECTION()
Change-Id: Ie80d0c00fe8725e59a6814707c9a4afcb6ac09b5
Diffstat (limited to 'unotools')
-rw-r--r--unotools/source/misc/mediadescriptor.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/unotools/source/misc/mediadescriptor.cxx b/unotools/source/misc/mediadescriptor.cxx
index e934bf3561f3..aa4128c28eb1 100644
--- a/unotools/source/misc/mediadescriptor.cxx
+++ b/unotools/source/misc/mediadescriptor.cxx
@@ -313,12 +313,6 @@ const OUString& MediaDescriptor::PROP_DOCUMENTBASEURL()
return sProp;
}
-const OUString& MediaDescriptor::PROP_DEEPDETECTION()
-{
- static const OUString aProp("DeepDetection");
- return aProp;
-}
-
MediaDescriptor::MediaDescriptor()
: SequenceAsHashMap()
{