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.hpp | |
parent | 25b6251e8692ab9df4d0a510b32ef37f3888ddb1 (diff) | |
download | pyexiv2-74f0257051d98ed0e73d2ee450cc26c253e53c63.tar.gz |
Complete documentation of the ExifTag class.
Diffstat (limited to 'src/exiv2wrapper.hpp')
-rw-r--r-- | src/exiv2wrapper.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/exiv2wrapper.hpp b/src/exiv2wrapper.hpp index 91a4c77..e2b657d 100644 --- a/src/exiv2wrapper.hpp +++ b/src/exiv2wrapper.hpp @@ -48,7 +48,6 @@ public: const std::string getKey(); const std::string getType(); const std::string getName(); - const std::string getTitle(); const std::string getLabel(); const std::string getDescription(); const std::string getSectionName(); @@ -61,7 +60,6 @@ private: Exiv2::Exifdatum* _datum; std::string _type; std::string _name; - std::string _title; std::string _label; std::string _description; std::string _sectionName; |