Commit b12d45b5 authored by charras's avatar charras

minor cleanup

parent 43a004ee
......@@ -49,7 +49,6 @@ set(GERBVIEW_SRCS
tracepcb.cpp )
set(GERBVIEW_EXTRA_SRCS
../share/setpage.cpp
../pcbnew/layer_widget.cpp
../pcbnew/printout_controler.cpp
)
......
......@@ -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 )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment