diff options
author | Jan Mulder <jlmulder@xs4all.nl> | 2017-12-28 19:47:26 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-12-29 09:14:20 -0800 |
commit | 0852f9a2ab939dd97ca8d5644ad505b405e6464d (patch) | |
tree | 88ad37f0bfa347c2c182bdc6f0f627cc57cf3bb1 /desktop-widgets/plugins | |
parent | 9836f57598a51955a96ebdfe3bd306e4501eb8c7 (diff) | |
download | subsurface-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.h | 1 |
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 |