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, ...@@ -214,7 +214,6 @@ IconChoiceDialog::IconChoiceDialog ( Window* pParent, const ResId &rResId,
bHideResetBtn ( false ), bHideResetBtn ( false ),
bModal ( false ), bModal ( false ),
bInOK ( false ), bInOK ( false ),
bModified ( false ),
bItemsReset ( false ) bItemsReset ( false )
{ {
......
...@@ -151,7 +151,6 @@ private : ...@@ -151,7 +151,6 @@ private :
bool bHideResetBtn; bool bHideResetBtn;
bool bModal; bool bModal;
bool bInOK; bool bInOK;
bool bModified;
bool bItemsReset; bool bItemsReset;
DECL_LINK ( ChosePageHdl_Impl, void * ); 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