Remove unused typedef

This commit is contained in:
Vincent van Ravesteijn 2013-03-24 17:52:03 +01:00
parent 7e11e69947
commit 755a14a5d1

View File

@ -80,8 +80,6 @@ public:
typedef std::vector<Converter> ConverterList;
///
typedef ConverterList::const_iterator const_iterator;
///
typedef std::vector<std::string> FormatList;
///
Converter const & get(int i) const { return converterlist_[i]; }