summaryrefslogtreecommitdiffstats
path: root/vcl/headless
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-03-25 21:49:48 +0200
committerTor Lillqvist <tml@iki.fi>2013-03-25 21:49:48 +0200
commit15dc2626fd29129707a79ba84241090672d2ea71 (patch)
tree1344387549e728fbfe8f50843a3cd2d811be9a0a /vcl/headless
parentRemove a couple of unused private fields (diff)
downloadcore-15dc2626fd29129707a79ba84241090672d2ea71.tar.gz
core-15dc2626fd29129707a79ba84241090672d2ea71.zip
Remove a FIXME comment
Change-Id: I13127dadcdfeff3d99df819393f6298ac0cb11bc
Diffstat (limited to 'vcl/headless')
-rw-r--r--vcl/headless/svpframe.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/headless/svpframe.cxx b/vcl/headless/svpframe.cxx
index 0d4e4660f197..a94e051873fb 100644
--- a/vcl/headless/svpframe.cxx
+++ b/vcl/headless/svpframe.cxx
@@ -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