Kaydet (Commit) 1b8ae11b authored tarafından Kohei Yoshida's avatar Kohei Yoshida

Another unused flag.

Change-Id: Ifb0aab398ac0e64846907887983dda4ae8559563
üst 63729dfd
......@@ -249,7 +249,6 @@ public:
bool bUpdatePickList:1;
bool bIsTemp:1;
bool bDownloadDone:1;
bool bDontCallDoneLinkOnSharingError:1;
bool bIsStorage:1;
bool bUseInteractionHandler:1;
bool bAllowDefaultIntHdl:1;
......@@ -328,7 +327,6 @@ SfxMedium_Impl::SfxMedium_Impl( SfxMedium* pAntiImplP ) :
bUpdatePickList(true),
bIsTemp( false ),
bDownloadDone( true ),
bDontCallDoneLinkOnSharingError( false ),
bIsStorage( false ),
bUseInteractionHandler( true ),
bAllowDefaultIntHdl( false ),
......
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