#1116: Reverted changes to BasicIo::BasicIo() introduced in r3933

This commit is contained in:
Andreas Huggel 2015-10-10 07:10:50 +00:00
parent 63c7eff4f6
commit 910f389e50
2 changed files with 1 additions and 6 deletions

View File

@ -273,7 +273,7 @@ namespace Exiv2 {
//! @name Creators
//@{
//! Default Constructor
BasicIo();
BasicIo() {}
//@}
}; // class BasicIo

View File

@ -83,11 +83,6 @@ typedef short nlink_t;
// class member definitions
namespace Exiv2 {
BasicIo::BasicIo() {
Exiv2::Dictionary nsDict;
Exiv2::XmpProperties::registeredNamespaces(nsDict);
}
BasicIo::~BasicIo()
{
}