aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-01-26 18:20:30 +0000
committerAlexander Neundorf <neundorf@kde.org>2007-01-26 18:20:30 +0000
commit246a4a97d889ae998ebdccd205b55c8cd3a29fea (patch)
treeff9142fe35ae55212ba0e70f9db9b2f1f83207fe
parent31e3b3b01169d5f3c14e686ef9904fff998976c1 (diff)
downloadextra-cmake-modules-246a4a97d889ae998ebdccd205b55c8cd3a29fea.tar.gz
extra-cmake-modules-246a4a97d889ae998ebdccd205b55c8cd3a29fea.tar.bz2
-remove old commented code
Alex svn path=/trunk/KDE/kdelibs/; revision=627476
-rw-r--r--modules/KDE4Macros.cmake12
1 files changed, 0 insertions, 12 deletions
diff --git a/modules/KDE4Macros.cmake b/modules/KDE4Macros.cmake
index af440851..05e78566 100644
--- a/modules/KDE4Macros.cmake
+++ b/modules/KDE4Macros.cmake
@@ -54,11 +54,6 @@ macro (KDE4_ADD_KCFG_FILES _sources )
list(APPEND ${_sources} ${_moc_FILE})
endif(_kcfg_generatemoc)
-# if (KDE4_ENABLE_FINAL)
-# kde4_create_final_files(${CMAKE_CURRENT_BINARY_DIR}/${_target_NAME}_final_cpp.cpp _separate_files ${ARGN})
-# macro_add_file_dependencies(${CMAKE_CURRENT_BINARY_DIR}/${_target_NAME}_final_cpp.cpp ${_src_FILE})
-# endif (KDE4_ENABLE_FINAL)
-
list(APPEND ${_sources} ${_src_FILE} ${_header_FILE})
endif(NOT ${_current_FILE} STREQUAL "GENERATE_MOC")
endforeach (_current_FILE)
@@ -195,13 +190,6 @@ macro (KDE4_AUTOMOC)
list(APPEND _moc_FILES_PROPERTY ${_moc})
-# if (KDE4_ENABLE_FINAL)
-# kde4_create_final_files(${CMAKE_CURRENT_BINARY_DIR}/${_target_NAME}_final_cpp.cpp _separate_files ${ARGN})
-# macro_add_file_dependencies(${CMAKE_CURRENT_BINARY_DIR}/${_target_NAME}_final_cpp.cpp ${_moc})
-# else (KDE4_ENABLE_FINAL)
-# macro_add_file_dependencies(${_abs_FILE} ${_moc})
-# endif (KDE4_ENABLE_FINAL)
-
endforeach (_current_MOC_INC)
endif (_match)