Remove unused typedef

This commit is contained in:
Allan Odgaard
2013-05-11 19:40:50 +07:00
parent 8b3f05485d
commit 77a6dcebfe

View File

@@ -43,8 +43,6 @@ namespace bundles
struct PUBLIC item_t
{
typedef std::map<std::string, std::string> string_map_t; // kludge to support empty map as a default argument
std::string const& name () const;
void set_name (std::string const& newName);
std::string const& full_name () const;