minor cleanup

This commit is contained in:
charras 2010-03-13 17:52:38 +00:00
parent 43a004eecc
commit b12d45b5d1
2 changed files with 0 additions and 2 deletions

View File

@ -49,7 +49,6 @@ set(GERBVIEW_SRCS
tracepcb.cpp )
set(GERBVIEW_EXTRA_SRCS
../share/setpage.cpp
../pcbnew/layer_widget.cpp
../pcbnew/printout_controler.cpp
)

View File

@ -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 )