mirror of
https://github.com/minetest/minetest.git
synced 2024-11-28 02:23:48 +01:00
f46509d5e2
Run unused functions reported by cppcheck This change removes a few (but not all) unused functions. Some unused helper functions were not removed due to their complexity and potential of future use.
7 lines
154 B
CMake
7 lines
154 B
CMake
set(content_SRCS
|
|
${CMAKE_CURRENT_SOURCE_DIR}/content.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/mods.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/subgames.cpp
|
|
PARENT_SCOPE
|
|
)
|