Kaydet (Commit) 15dc2626 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Remove a FIXME comment

Change-Id: I13127dadcdfeff3d99df819393f6298ac0cb11bc
üst 59a91906
......@@ -81,7 +81,7 @@ SvpSalFrame::SvpSalFrame( SvpSalInstance* pInstance,
// fast and easy cross-platform wiping of the data
memset( (void *)&m_aSystemChildData, 0, sizeof( SystemChildData ) );
m_aSystemChildData.nSize = sizeof( SystemChildData );
#if defined( UNX ) // FIXME: prolly redundant
#ifdef UNX
m_aSystemChildData.pSalFrame = this;
#if defined(ANDROID) || defined(IOS)
// We want 32-bit RGBA bitmaps
......
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