Remove rogue file from pcbnew's cmake

This is already provided in common and isn't pcbnew conditional (anymore)
This commit is contained in:
Marek Roszko 2020-12-19 10:51:00 -05:00
parent 9b0a137d6c
commit 247064a1ed
1 changed files with 0 additions and 1 deletions

View File

@ -367,7 +367,6 @@ set( PCBNEW_SRCS
# extra sources from common
set( PCBNEW_COMMON_SRCS
${CMAKE_SOURCE_DIR}/common/base_units.cpp
${CMAKE_SOURCE_DIR}/common/hotkeys_basic.cpp
)
set( PCBNEW_SCRIPTING_DIALOGS