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