Delete line with weird comment because its weird

We should fix it for reals
This commit is contained in:
Marek Roszko 2023-09-06 23:45:23 -04:00
parent e944a61830
commit e665cbac20
2 changed files with 0 additions and 2 deletions

View File

@ -19,7 +19,6 @@ set( BITMAP2COMPONENT_SRCS
bitmap2cmp_frame.cpp
bitmap2cmp_panel.cpp
bitmap2cmp_panel_base.cpp
../common/env_vars.cpp # needed on MSW to avoid a link issue (a symbol not found)
)
set_source_files_properties( ${CMAKE_SOURCE_DIR}/common/single_top.cpp PROPERTIES

View File

@ -64,7 +64,6 @@ set( PCB_CALCULATOR_SRCS
dialogs/dialog_regulator_form.cpp
pcb_calculator_utils.cpp
resistor_substitution_utils.cpp
../common/env_vars.cpp # needed on MSW to avoid a link issue (a symbol not found)
)
if( WIN32 )