aboutsummaryrefslogtreecommitdiffstats
path: root/desktop-widgets/plugins
diff options
context:
space:
mode:
authorGravatar Jan Mulder <jlmulder@xs4all.nl>2017-12-28 19:47:26 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-12-29 09:14:20 -0800
commit0852f9a2ab939dd97ca8d5644ad505b405e6464d (patch)
tree88ad37f0bfa347c2c182bdc6f0f627cc57cf3bb1 /desktop-widgets/plugins
parent9836f57598a51955a96ebdfe3bd306e4501eb8c7 (diff)
downloadsubsurface-0852f9a2ab939dd97ca8d5644ad505b405e6464d.tar.gz
cleanup: remove unused private variable
CID 208307 Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
Diffstat (limited to 'desktop-widgets/plugins')
-rw-r--r--desktop-widgets/plugins/facebook/facebook_integration.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/desktop-widgets/plugins/facebook/facebook_integration.h b/desktop-widgets/plugins/facebook/facebook_integration.h
index 6f6a58c27..53e072565 100644
--- a/desktop-widgets/plugins/facebook/facebook_integration.h
+++ b/desktop-widgets/plugins/facebook/facebook_integration.h
@@ -21,7 +21,6 @@ public:
virtual void requestUpload();
private:
FacebookConnectWidget *fbConnectWidget;
- SocialNetworkDialog *fbUploadDialog;
};
#endif