diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-04-15 20:38:20 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-04-16 11:23:11 +0100 |
commit | 2c964860c1393814e045996a0e0fc139e5d7ca30 (patch) | |
tree | 50405783f4d10ee83b82721f265b96396cc4c721 /include | |
parent | 15fe79b55de4c6e845232f0f41f16530ab373ec9 (diff) |
coverity#1202938 unused class members
Change-Id: Ie693dbde6d239d6330564ea03559f2476e09b3ed
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/print.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/vcl/print.hxx b/include/vcl/print.hxx index 865767d92fef..6309f127d2b3 100644 --- a/include/vcl/print.hxx +++ b/include/vcl/print.hxx @@ -243,8 +243,6 @@ private: bool mbInPrintPage; bool mbNewJobSetup; bool mbIsQueuePrinter; - bool mbUserSetupCompleted; - bool mbUserSetupResult; Link maErrorHdl; bool ImplInitGraphics() const SAL_OVERRIDE; |