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>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Lubomir I. Ivanov 2019-02-01 04:11:25 +02:00 committed by Dirk Hohndel
parent 41de2f66e3
commit e685e7e9de
41 changed files with 2 additions and 1671 deletions

View file

@ -396,9 +396,9 @@ fi
cd $SRC
if [ "$BUILD_WITH_WEBKIT" = "1" ]; then
EXTRA_OPTS="-DNO_USERMANUAL=OFF -DFBSUPPORT=ON"
EXTRA_OPTS="-DNO_USERMANUAL=OFF"
else
EXTRA_OPTS="-DNO_USERMANUAL=ON -DFBSUPPORT=OFF"
EXTRA_OPTS="-DNO_USERMANUAL=ON"
fi
if [ "$BUILDGRANTLEE" = "1" ] ; then