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/pref.h | |
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/pref.h')
-rw-r--r-- | core/pref.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/core/pref.h b/core/pref.h index 3cfc90ebd..ee297780f 100644 --- a/core/pref.h +++ b/core/pref.h @@ -23,12 +23,6 @@ typedef struct } partial_pressure_graphs_t; typedef struct { - const char *access_token; - const char *user_id; - const char *album_id; -} facebook_prefs_t; - -typedef struct { enum taxonomy_category category[3]; } geocoding_prefs_t; @@ -111,9 +105,6 @@ struct preferences { double mobile_scale; bool show_developer; - // ********** Facebook ********** - facebook_prefs_t facebook; - // ********** General ********** bool auto_recalculate_thumbnails; bool extract_video_thumbnails; |