diff options
author | 2019-02-01 04:11:25 +0200 | |
---|---|---|
committer | 2019-04-04 10:24:01 -0700 | |
commit | e685e7e9de3ad93a32fe51d7a04407c574cc08be (patch) | |
tree | 5148e454973c39381cb68fb4926ba24f5949e6f6 /desktop-widgets/mainwindow.ui | |
parent | 41de2f66e3a2c9732ba0d9ebe55c27d8d09718d2 (diff) | |
download | subsurface-e685e7e9de3ad93a32fe51d7a04407c574cc08be.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>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'desktop-widgets/mainwindow.ui')
-rw-r--r-- | desktop-widgets/mainwindow.ui | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/desktop-widgets/mainwindow.ui b/desktop-widgets/mainwindow.ui index 1263b4093..cdb47d542 100644 --- a/desktop-widgets/mainwindow.ui +++ b/desktop-widgets/mainwindow.ui @@ -131,18 +131,11 @@ <string>&Edit</string> </property> </widget> - <widget class="QMenu" name="menuShare_on"> - <property name="title"> - <string>Share on</string> - </property> - <addaction name="separator"/> - </widget> <addaction name="menuFile"/> <addaction name="menu_Edit"/> <addaction name="menuImport"/> <addaction name="menuLog"/> <addaction name="menuView"/> - <addaction name="menuShare_on"/> <addaction name="menuHelp"/> </widget> <action name="actionNew"> @@ -694,11 +687,6 @@ <string>Dive Site &Edit</string> </property> </action> - <action name="actionFacebook"> - <property name="text"> - <string>Facebook</string> - </property> - </action> <action name="actionCloudOnline"> <property name="checkable"> <bool>true</bool> |