Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kicad-source-mirror
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
kicad-source-mirror
Commits
b44d7194
Commit
b44d7194
authored
Aug 29, 2012
by
Lorenzo Marcantonio
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed PCB_BASE_FRAME::m_printBorderAndTitleBlock (all dead code)
parent
c7e3e31d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
14 deletions
+1
-14
wxBasePcbFrame.h
include/wxBasePcbFrame.h
+0
-5
pcbplot.cpp
pcbnew/pcbplot.cpp
+1
-9
No files found.
include/wxBasePcbFrame.h
View file @
b44d7194
...
...
@@ -91,9 +91,6 @@ protected:
/// main window.
wxAuiToolBar
*
m_auxiliaryToolBar
;
/// True prints or plots the drawing border and title block.
bool
m_printBorderAndTitleBlock
;
void
updateGridSelectBox
();
void
updateZoomSelectBox
();
virtual
void
unitsChangeRefresh
();
...
...
@@ -105,8 +102,6 @@ public:
~
PCB_BASE_FRAME
();
bool
GetPrintBorderAndTitleBlock
()
const
{
return
m_printBorderAndTitleBlock
;
}
/**
* Function GetBoardBoundingBox
* calculates the bounding box containing all board items (or board edge segments).
...
...
pcbnew/pcbplot.cpp
View file @
b44d7194
...
...
@@ -220,15 +220,7 @@ void DIALOG_PLOT::Init_Dialog()
m_subtractMaskFromSilk
->
SetValue
(
m_plotOpts
.
GetSubtractMaskFromSilk
()
);
// Option to plot page references:
if
(
m_parent
->
GetPrintBorderAndTitleBlock
()
)
{
m_plotSheetRef
->
SetValue
(
m_plotOpts
.
m_PlotFrameRef
);
}
else
{
m_plotSheetRef
->
Enable
(
false
);
m_plotSheetRef
->
SetValue
(
false
);
}
m_plotSheetRef
->
SetValue
(
m_plotOpts
.
m_PlotFrameRef
);
// Option to plot pads on silkscreen layers or all layers
m_plotPads_on_Silkscreen
->
SetValue
(
m_plotOpts
.
m_PlotPadsOnSilkLayer
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment