aboutsummaryrefslogtreecommitdiffstats
path: root/src/exiv2wrapper_python.cpp
diff options
context:
space:
mode:
authorOlivier Tilloy <olivier@tilloy.net>2010-01-21 00:20:20 +0100
committerOlivier Tilloy <olivier@tilloy.net>2010-01-21 00:20:20 +0100
commit034c4d00395e4b1716d9996133f7b43f409ebcf4 (patch)
tree91f191e3053aba6bc580581d74cc6d333b4d0ad1 /src/exiv2wrapper_python.cpp
parentf0dea80f17d7c78892b393c58f76743febc2846e (diff)
downloadpyexiv2-034c4d00395e4b1716d9996133f7b43f409ebcf4.tar.gz
Removed some unused legacy code.
Diffstat (limited to 'src/exiv2wrapper_python.cpp')
-rw-r--r--src/exiv2wrapper_python.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/exiv2wrapper_python.cpp b/src/exiv2wrapper_python.cpp
index 2a64f3d..694416d 100644
--- a/src/exiv2wrapper_python.cpp
+++ b/src/exiv2wrapper_python.cpp
@@ -127,16 +127,6 @@ BOOST_PYTHON_MODULE(libexiv2python)
.def("deleteXmpTag", &Image::deleteXmpTag)
.def("previews", &Image::previews)
-
-// .def("getThumbnailData", &Image::getThumbnailData)
-// .def("setThumbnailData", &Image::setThumbnailData)
-// .def("deleteThumbnail", &Image::deleteThumbnail)
-// .def("dumpThumbnailToFile", &Image::dumpThumbnailToFile)
-// .def("setThumbnailFromJpegFile", &Image::setThumbnailFromJpegFile)
-
-// .def("getComment", &Image::getComment)
-// .def("setComment", &Image::setComment)
-// .def("clearComment", &Image::clearComment)
;
}