diff options
author | Olivier Tilloy <olivier@tilloy.net> | 2009-12-18 11:18:01 +0100 |
---|---|---|
committer | Olivier Tilloy <olivier@tilloy.net> | 2009-12-18 11:18:01 +0100 |
commit | 74f0257051d98ed0e73d2ee450cc26c253e53c63 (patch) | |
tree | 8162954c314b267b40b3d89c2ae0f6f92cc6fe71 /src/exiv2wrapper_python.cpp | |
parent | 25b6251e8692ab9df4d0a510b32ef37f3888ddb1 (diff) | |
download | pyexiv2-74f0257051d98ed0e73d2ee450cc26c253e53c63.tar.gz |
Complete documentation of the ExifTag class.
Diffstat (limited to 'src/exiv2wrapper_python.cpp')
-rw-r--r-- | src/exiv2wrapper_python.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/exiv2wrapper_python.cpp b/src/exiv2wrapper_python.cpp index f2e4831..c9a12b3 100644 --- a/src/exiv2wrapper_python.cpp +++ b/src/exiv2wrapper_python.cpp @@ -52,7 +52,6 @@ BOOST_PYTHON_MODULE(libexiv2python) .def("_getKey", &ExifTag::getKey) .def("_getType", &ExifTag::getType) .def("_getName", &ExifTag::getName) - .def("_getTitle", &ExifTag::getTitle) .def("_getLabel", &ExifTag::getLabel) .def("_getDescription", &ExifTag::getDescription) .def("_getSectionName", &ExifTag::getSectionName) |