Cmake: remove references to removed source file

Otherwise the build breaks if FBSUPPORT is defined.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2015-11-08 09:48:40 -08:00
parent 9c5c97b449
commit 9724ffc7b2

View file

@ -62,12 +62,6 @@ if(NOT NO_PRINTING)
)
endif()
if (FBSUPPORT)
set(SUBSURFACE_INTERFACE ${SUBSURFACE_INTERFACE}
socialnetworks.cpp
)
endif()
if (BTSUPPORT)
set(SUBSURFACE_INTERFACE ${SUBSURFACE_INTERFACE}
btdeviceselectiondialog.cpp