summaryrefslogtreecommitdiff
path: root/uui/source/sslwarndlg.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-08-30 23:10:14 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-08-31 09:04:15 +0200
commit0fc587fc1ef62b560d3e50e54fe2f1beb45a71d8 (patch)
tree882077d9a2e24540d3a59723acb58e58b2098dc9 /uui/source/sslwarndlg.cxx
parent808e0a19d71b706c3cd6608fa81a437f85d11b06 (diff)
-Werror,-Wunused-private-field (Clang towards 3.2)
Change-Id: I70dca6915daf6647271ee89c752a50365cff7010
Diffstat (limited to 'uui/source/sslwarndlg.cxx')
-rw-r--r--uui/source/sslwarndlg.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/uui/source/sslwarndlg.cxx b/uui/source/sslwarndlg.cxx
index d7214f6c20f1..172b11df91f6 100644
--- a/uui/source/sslwarndlg.cxx
+++ b/uui/source/sslwarndlg.cxx
@@ -65,8 +65,7 @@ SSLWarnDialog::SSLWarnDialog
m_aLine ( this, ResId( FL_LINE, *pResMgr ) ),
m_aWarnImage ( this, ResId( IMG_WARN, *pResMgr ) ),
m_xServiceFactory ( xServiceFactory ),
- m_rXCert ( rXCert ),
- pResourceMgr ( pResMgr )
+ m_rXCert ( rXCert )
{
FreeResource();
m_aWarnImage.SetImage( WarningBox::GetStandardImage() );