Clean up some unused things
This commit is contained in:
parent
45d7f2b6f5
commit
3e49669304
|
@ -91,7 +91,6 @@
|
||||||
|
|
||||||
class APP_SETTINGS_BASE;
|
class APP_SETTINGS_BASE;
|
||||||
class TOOL_INTERACTIVE;
|
class TOOL_INTERACTIVE;
|
||||||
class PARAM_CFG;
|
|
||||||
class EDA_BASE_FRAME;
|
class EDA_BASE_FRAME;
|
||||||
|
|
||||||
|
|
||||||
|
@ -367,8 +366,6 @@ private:
|
||||||
wxDataViewColumn* m_col_desc;
|
wxDataViewColumn* m_col_desc;
|
||||||
wxDataViewCtrl* m_widget;
|
wxDataViewCtrl* m_widget;
|
||||||
|
|
||||||
std::vector<PARAM_CFG*> m_projectFileParams;
|
|
||||||
|
|
||||||
int m_colWidths[NUM_COLS];
|
int m_colWidths[NUM_COLS];
|
||||||
wxArrayString m_pinnedLibs;
|
wxArrayString m_pinnedLibs;
|
||||||
wxString m_pinnedKey;
|
wxString m_pinnedKey;
|
||||||
|
|
|
@ -37,6 +37,10 @@
|
||||||
using KIGFX::COLOR4D;
|
using KIGFX::COLOR4D;
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
|
* NOTE: Everything in this file is deprecated, it only remains because advanced_config depends on
|
||||||
|
* it for the moment.
|
||||||
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Function ConfigBaseWriteDouble
|
* Function ConfigBaseWriteDouble
|
||||||
|
|
Loading…
Reference in New Issue