diff options
author | Lubomir I. Ivanov <neolit123@gmail.com> | 2019-02-01 04:11:25 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-02-01 17:16:43 -0800 |
commit | a1ffe115cfb27bd0dd57bf5266c7d37d9ce64dab (patch) | |
tree | 6589e06ecce1d0c461900fd2537bf5125afadf9d /core/CMakeLists.txt | |
parent | 0c07b02974a65608d7d71ef150d322678ec1170b (diff) | |
download | subsurface-a1ffe115cfb27bd0dd57bf5266c7d37d9ce64dab.tar.gz |
facebook: remove the featute from the code base
Remove from:
- unit tests
- desktop widgets
- preferences
- core intergration
- cmakefiles
- build scripts
- icons
- docs
Also remove the plugins and social network integration.
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Diffstat (limited to 'core/CMakeLists.txt')
-rw-r--r-- | core/CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt index 46cf43251..a242b0047 100644 --- a/core/CMakeLists.txt +++ b/core/CMakeLists.txt @@ -63,7 +63,6 @@ set(SUBSURFACE_CORE_LIB_SRCS git-access.c gpslocation.cpp imagedownloader.cpp - isocialnetworkintegration.cpp libdivecomputer.c liquivision.c load-git.c @@ -81,7 +80,6 @@ set(SUBSURFACE_CORE_LIB_SRCS import-csv.c planner.c plannernotes.c - pluginmanager.cpp profile.c qthelper.cpp qt-init.cpp @@ -108,7 +106,6 @@ set(SUBSURFACE_CORE_LIB_SRCS settings/qPrefDisplay.cpp settings/qPrefDiveComputer.cpp settings/qPrefDivePlanner.cpp - settings/qPrefFacebook.cpp settings/qPrefGeneral.cpp settings/qPrefGeocoding.cpp settings/qPrefLanguage.cpp |