cleanup: remove unused private variable

CID 208307

Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
This commit is contained in:
Jan Mulder 2017-12-28 19:47:26 +01:00 committed by Dirk Hohndel
parent 9836f57598
commit 0852f9a2ab

View file

@ -21,7 +21,6 @@ public:
virtual void requestUpload();
private:
FacebookConnectWidget *fbConnectWidget;
SocialNetworkDialog *fbUploadDialog;
};
#endif