Remove unused variables.

(cherry picked from commit 4fc5281)

(cherry picked from commit b151c8d)
This commit is contained in:
Jeff Young 2018-07-16 05:54:06 +01:00
parent 909f850d16
commit abae094955
3 changed files with 0 additions and 10 deletions

View File

@ -59,7 +59,6 @@ static const wxString cfgShowPageSizeOption( wxT( "PageSizeOpt" ) );
static const wxString cfgShowDCodes( wxT( "ShowDCodesOpt" ) );
static const wxString cfgShowNegativeObjects( wxT( "ShowNegativeObjectsOpt" ) );
static const wxString cfgShowBorderAndTitleBlock( wxT( "ShowBorderAndTitleBlock" ) );
static const wxString IconScaleEntry = "GvIconScale";
// Colors for layers and items
COLORS_DESIGN_SETTINGS g_ColorsSettings( FRAME_GERBER );

View File

@ -76,12 +76,6 @@
#include "tools/pad_tool.h"
#include "tools/pcb_actions.h"
///@{
/// \ingroup config
static const wxString IconScaleEntry = "PcbIconScale";
///@}
BEGIN_EVENT_TABLE( FOOTPRINT_EDIT_FRAME, PCB_BASE_FRAME )
EVT_MENU_RANGE( ID_POPUP_PCB_ITEM_SELECTION_START, ID_POPUP_PCB_ITEM_SELECTION_END,

View File

@ -83,12 +83,9 @@ using namespace std::placeholders;
/// \ingroup config
static const wxString PlotLineWidthEntry = "PlotLineWidth_mm";
static const wxString MagneticPadsEntry = "PcbMagPadOpt";
static const wxString MagneticTracksEntry = "PcbMagTrackOpt";
static const wxString ShowMicrowaveEntry = "ShowMicrowaveTools";
static const wxString ShowLayerManagerEntry = "ShowLayerManagerTools";
static const wxString ShowPageLimitsEntry = "ShowPageLimits";
static const wxString IconScaleEntry = "PcbIconScale";
///@}