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
b12d45b5
Commit
b12d45b5
authored
Mar 13, 2010
by
charras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor cleanup
parent
43a004ee
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
CMakeLists.txt
gerbview/CMakeLists.txt
+0
-1
gerberframe.cpp
gerbview/gerberframe.cpp
+0
-1
No files found.
gerbview/CMakeLists.txt
View file @
b12d45b5
...
...
@@ -49,7 +49,6 @@ set(GERBVIEW_SRCS
tracepcb.cpp
)
set
(
GERBVIEW_EXTRA_SRCS
../share/setpage.cpp
../pcbnew/layer_widget.cpp
../pcbnew/printout_controler.cpp
)
...
...
gerbview/gerberframe.cpp
View file @
b12d45b5
...
...
@@ -82,7 +82,6 @@ BEGIN_EVENT_TABLE( WinEDA_GerberFrame, WinEDA_BasePcbFrame )
EVT_MENU
(
ID_GENERAL_HELP
,
WinEDA_DrawFrame
::
GetKicadHelp
)
EVT_MENU
(
ID_KICAD_ABOUT
,
WinEDA_DrawFrame
::
GetKicadAbout
)
EVT_TOOL
(
ID_SHEET_SET
,
WinEDA_DrawFrame
::
Process_PageSettings
)
EVT_TOOL
(
wxID_CUT
,
WinEDA_GerberFrame
::
Process_Special_Functions
)
EVT_TOOL
(
wxID_COPY
,
WinEDA_GerberFrame
::
Process_Special_Functions
)
EVT_TOOL
(
wxID_PASTE
,
WinEDA_GerberFrame
::
Process_Special_Functions
)
...
...
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