diff options
Diffstat (limited to 'src/libpyexiv2.hpp')
-rw-r--r-- | src/libpyexiv2.hpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/libpyexiv2.hpp b/src/libpyexiv2.hpp index 9f6d7c5..7178886 100644 --- a/src/libpyexiv2.hpp +++ b/src/libpyexiv2.hpp @@ -56,9 +56,6 @@ namespace LibPyExiv2 // image. boost::python::list getAvailableExifTags(); - // Return true if the required EXIF tag is set, false otherwise. - bool isExifTagSet(std::string key); - // Return a tuple containing the type (as a string) and the value // (as a string as well) of the required EXIF tag. // Throw an exception if the tag is not set. @@ -88,10 +85,6 @@ namespace LibPyExiv2 // even if a tag is present more than once. boost::python::list getAvailableIptcTags(); - // Return true if the required IPTC tag is set at least once, false - // otherwise. - bool isIptcTagSet(std::string key); - // Return a list of tuples, each containing the type (as a string) and // the value (as a string as well) of the required IPTC tag. // Throw an exception if the tag is not set. |