Remove two common source files from gerbview

These are strangely already part of common but redeclared here
This commit is contained in:
Marek Roszko 2022-09-16 07:19:54 -04:00
parent 8e361e8a15
commit ade5178c8c
1 changed files with 0 additions and 2 deletions

View File

@ -73,8 +73,6 @@ set( GERBVIEW_SRCS
) )
set( GERBVIEW_EXTRA_SRCS set( GERBVIEW_EXTRA_SRCS
${CMAKE_SOURCE_DIR}/common/widgets/layer_box_selector.cpp
${CMAKE_SOURCE_DIR}/common/lset.cpp
) )
if( WIN32 ) if( WIN32 )