Minor cleanup in cmp_tree_model_adapter.h
This commit is contained in:
parent
7ee0adabd7
commit
2e4e0a9a05
|
@ -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…
Reference in New Issue