summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/xml++.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/pbd/pbd/xml++.h')
-rw-r--r--libs/pbd/pbd/xml++.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libs/pbd/pbd/xml++.h b/libs/pbd/pbd/xml++.h
index fa55f11c35..8e348a4483 100644
--- a/libs/pbd/pbd/xml++.h
+++ b/libs/pbd/pbd/xml++.h
@@ -29,7 +29,6 @@
#include <string>
#include <vector>
-#include <map>
#include <cstdio>
#include <cstdarg>
@@ -50,7 +49,6 @@ typedef XMLNodeList::const_iterator XMLNodeConstIterator;
typedef std::vector<XMLProperty*> XMLPropertyList;
typedef XMLPropertyList::iterator XMLPropertyIterator;
typedef XMLPropertyList::const_iterator XMLPropertyConstIterator;
-typedef std::map<std::string, XMLProperty*> XMLPropertyMap;
class LIBPBD_API XMLTree {
public:
@@ -149,7 +147,6 @@ private:
std::string _content;
XMLNodeList _children;
XMLPropertyList _proplist;
- XMLPropertyMap _propmap;
mutable XMLNodeList _selected_children;
void clear_lists ();