remove no-effect stmt
This commit is contained in:
@@ -823,12 +823,8 @@ BOOL ImplRemoteControl::QueCommands( ULONG nServiceId, SvStream *pIn )
|
|||||||
|
|
||||||
GetpApp()->PostUserEvent( LINK( this, ImplRemoteControl, CommandHdl ) );
|
GetpApp()->PostUserEvent( LINK( this, ImplRemoteControl, CommandHdl ) );
|
||||||
}
|
}
|
||||||
#ifdef DEBUG
|
|
||||||
else
|
|
||||||
m_bInsideExecutionLoop = TRUE;
|
|
||||||
#endif
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
} // BOOL ImplRemoteControl::QueCommands( ULONG nServiceId, SvStream *pIn )
|
}
|
||||||
|
|
||||||
|
|
||||||
SvStream* ImplRemoteControl::GetReturnStream()
|
SvStream* ImplRemoteControl::GetReturnStream()
|
||||||
|
Reference in New Issue
Block a user