Browse Source

Minor cleanup in cmp_tree_model_adapter.h

pull/3/merge
Chris Pavlina 9 years ago
parent
commit
2e4e0a9a05
  1. 3
      eeschema/cmp_tree_model_adapter.h

3
eeschema/cmp_tree_model_adapter.h

@ -27,8 +27,6 @@
#include <wx/hashmap.h>
#include <wx/dataview.h>
#include <vector>
#include <unordered_map>
#include <memory>
class LIB_ALIAS;
class PART_LIB;
@ -303,7 +301,6 @@ private:
wxDataViewCtrl* m_widget;
WX_DECLARE_STRING_HASH_MAP( std::vector<int>, WIDTH_CACHE );
//typedef std::unordered_map<std::string, std::vector<int>> WIDTH_CACHE;
static WIDTH_CACHE m_width_cache;

Loading…
Cancel
Save