diff options
author | Olivier Tilloy <olivier@tilloy.net> | 2009-03-19 09:28:08 +0100 |
---|---|---|
committer | Olivier Tilloy <olivier@tilloy.net> | 2009-03-19 09:28:08 +0100 |
commit | 2d7d156f764e0dff08893b91da009ddebc785661 (patch) | |
tree | 2ca450c39d1b3eff05f2616b2bd0e709b5b29deb /src/exiv2wrapper.hpp | |
parent | 018ae9000b433efb7c1ab0d6f314ffa298d7ebd8 (diff) | |
download | pyexiv2-2d7d156f764e0dff08893b91da009ddebc785661.tar.gz |
Removed unused code.
Updated the todo list.
Diffstat (limited to 'src/exiv2wrapper.hpp')
-rw-r--r-- | src/exiv2wrapper.hpp | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/src/exiv2wrapper.hpp b/src/exiv2wrapper.hpp index f26f9be..df098aa 100644 --- a/src/exiv2wrapper.hpp +++ b/src/exiv2wrapper.hpp @@ -19,8 +19,7 @@ * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA. */ /* - File: exiv2wrapper.hpp - Author(s): Olivier Tilloy <olivier@tilloy.net> + Author: Olivier Tilloy <olivier@tilloy.net> */ // ***************************************************************************** @@ -68,11 +67,6 @@ public: // tagvalue (human-readable) boost::python::tuple getExifTag(std::string key); - // Return a human-readable string containing the value of the - // required EXIF tag. - // Throw an exception if the tag is not set. - //std::string getExifTagToString(std::string key); - // Set the EXIF tag's value and return a tuple containing the // type and previous value of the tag (empty strings if not previously // set). If the tag was not previously set, it is created. @@ -131,9 +125,6 @@ public: // tagvalue (list) boost::python::tuple getXmpTag(std::string key); - // Return a tuple containing the name of the tag and its description. - //boost::python::tuple tagDetails(std::string key); - // Read and write access to the thumbnail embedded in the image. // Return a tuple containing the format of the thumbnail ("TIFF" or |