Fix minor warnings
This commit is contained in:
parent
353e91a6f8
commit
3bdcdd808b
|
@ -460,8 +460,6 @@ static const wxString RepeatStepYEntry = "RepeatStepY";
|
||||||
static const wxString RepeatLabelIncrementEntry = "RepeatLabelIncrement";
|
static const wxString RepeatLabelIncrementEntry = "RepeatLabelIncrement";
|
||||||
|
|
||||||
// Library editor wxConfig entry names.
|
// Library editor wxConfig entry names.
|
||||||
static const wxChar lastLibExportPathEntry[] = wxT( "LastLibraryExportPath" );
|
|
||||||
static const wxChar lastLibImportPathEntry[] = wxT( "LastLibraryImportPath" );
|
|
||||||
static const wxChar defaultPinNumSizeEntry[] = wxT( "LibeditPinNumSize" );
|
static const wxChar defaultPinNumSizeEntry[] = wxT( "LibeditPinNumSize" );
|
||||||
static const wxChar defaultPinNameSizeEntry[] = wxT( "LibeditPinNameSize" );
|
static const wxChar defaultPinNameSizeEntry[] = wxT( "LibeditPinNameSize" );
|
||||||
static const wxChar DefaultPinLengthEntry[] = wxT( "DefaultPinLength" );
|
static const wxChar DefaultPinLengthEntry[] = wxT( "DefaultPinLength" );
|
||||||
|
|
|
@ -309,7 +309,6 @@ class LEGACY_RESCUER : public RESCUER
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
std::unique_ptr<PART_LIB> m_rescue_lib;
|
std::unique_ptr<PART_LIB> m_rescue_lib;
|
||||||
PART_LIBS* m_libs;
|
|
||||||
|
|
||||||
public:
|
public:
|
||||||
LEGACY_RESCUER( SCH_EDIT_FRAME& aEditFrame, PROJECT& aProject ) :
|
LEGACY_RESCUER( SCH_EDIT_FRAME& aEditFrame, PROJECT& aProject ) :
|
||||||
|
|
|
@ -43,7 +43,6 @@ class WIDGET_EESCHEMA_COLOR_CONFIG : public wxPanel
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
EDA_DRAW_FRAME* m_drawFrame;
|
EDA_DRAW_FRAME* m_drawFrame;
|
||||||
wxColourPickerCtrl* m_SelBgColor;
|
|
||||||
wxBoxSizer* m_mainBoxSizer;
|
wxBoxSizer* m_mainBoxSizer;
|
||||||
|
|
||||||
// Creates the controls and sizers
|
// Creates the controls and sizers
|
||||||
|
|
Loading…
Reference in New Issue