Kaydet (Commit) 2380db59 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: unused variable

Change-Id: I828e6ffd3aafa5182d98535c87bdd8fe448fb10f
üst 23473887
...@@ -366,7 +366,6 @@ void ClientBox::DrawRow( const Rectangle& rRect, const TClientBoxEntry pEntry ) ...@@ -366,7 +366,6 @@ void ClientBox::DrawRow( const Rectangle& rRect, const TClientBoxEntry pEntry )
m_aPinBox.SetSizePixel( aSize ); m_aPinBox.SetSizePixel( aSize );
const Rectangle aRect( GetEntryRect( m_nActive ) ); const Rectangle aRect( GetEntryRect( m_nActive ) );
Size aBtnSize( m_aPinBox.GetSizePixel() ); Size aBtnSize( m_aPinBox.GetSizePixel() );
Size aTextSize( m_aPinDescription.GetSizePixel() );
Point aBtnPos( aRect.Left(), Point aBtnPos( aRect.Left(),
aRect.Bottom() - TOP_OFFSET - aBtnSize.Height() ); aRect.Bottom() - TOP_OFFSET - aBtnSize.Height() );
// m_aPinDescription.SetPosPixel( aBtnPos ); // m_aPinDescription.SetPosPixel( aBtnPos );
......
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