Kaydet (Commit) 9e8629c7 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wunused-private-field

Change-Id: Ie01aeb4215998b38bcb171be9d2c1961798b1488
üst de386eff
......@@ -214,7 +214,6 @@ IconChoiceDialog::IconChoiceDialog ( Window* pParent, const ResId &rResId,
bHideResetBtn ( false ),
bModal ( false ),
bInOK ( false ),
bModified ( false ),
bItemsReset ( false )
{
......
......@@ -151,7 +151,6 @@ private :
bool bHideResetBtn;
bool bModal;
bool bInOK;
bool bModified;
bool bItemsReset;
DECL_LINK ( ChosePageHdl_Impl, void * );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment