Remove duplicate source file from list

This commit is contained in:
Simon Richter 2018-02-22 20:18:58 +01:00 committed by Wayne Stambaugh
parent e552c2fbff
commit d5f5f5e719
1 changed files with 0 additions and 5 deletions

View File

@ -432,11 +432,6 @@ set( PCB_COMMON_SRCS
widgets/widget_net_selector.cpp
)
set( PCB_COMMON_SRCS
${PCB_COMMON_SRCS}
../pcbnew/pcb_painter.cpp
)
# add -DPCBNEW to compilation of these PCBNEW sources
set_source_files_properties( ${PCB_COMMON_SRCS} PROPERTIES
COMPILE_DEFINITIONS "PCBNEW"