From 2c964860c1393814e045996a0e0fc139e5d7ca30 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 15 Apr 2014 20:38:20 +0100 Subject: coverity#1202938 unused class members Change-Id: Ie693dbde6d239d6330564ea03559f2476e09b3ed --- include/vcl/print.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') 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; -- cgit