summaryrefslogtreecommitdiffstats
path: root/media/img_utils/src/TiffEntry.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'media/img_utils/src/TiffEntry.cpp')
-rw-r--r--media/img_utils/src/TiffEntry.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/media/img_utils/src/TiffEntry.cpp b/media/img_utils/src/TiffEntry.cpp
index e028827..9cea721 100644
--- a/media/img_utils/src/TiffEntry.cpp
+++ b/media/img_utils/src/TiffEntry.cpp
@@ -32,16 +32,6 @@ TiffEntry::~TiffEntry() {}
*
* Values with types other than the ones given here should not compile.
*/
-template<>
-const Vector<sp<TiffIfd> >* TiffEntry::forceValidType<Vector<sp<TiffIfd> > >(TagType type,
- const Vector<sp<TiffIfd> >* value) {
- if (type == LONG) {
- return value;
- }
- ALOGE("%s: Value of type 'ifd vector' is not valid for tag with TIFF type %d.",
- __FUNCTION__, type);
- return NULL;
-}
template<>
const sp<TiffIfd>* TiffEntry::forceValidType<sp<TiffIfd> >(TagType type, const sp<TiffIfd>* value) {