krdc and krfb: do not log features

This commit is contained in:
Ivailo Monev 2014-12-27 19:07:54 +00:00
parent 7ff5e8d650
commit 252634996f
2 changed files with 0 additions and 6 deletions

View file

@ -126,6 +126,3 @@ if(TelepathyQt4_FOUND)
install(FILES krdc_rfb_handler.client DESTINATION ${SHARE_INSTALL_PREFIX}/telepathy/clients/)
endif()
if(NOT INSIDE_KDENETWORK)
macro_display_feature_log()
endif(NOT INSIDE_KDENETWORK)

View file

@ -57,6 +57,3 @@ endif(Q_WS_X11)
add_subdirectory(krfb)
add_subdirectory(framebuffers)
if (NOT INSIDE_KDENETWORK)
macro_display_feature_log()
endif ()