diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-01-06 14:26:04 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-01-06 14:30:21 +0200 |
commit | 8723bf714b6156396f30ac71c0268e5a51c76337 (patch) | |
tree | 5f868c68d87d6f0565f5829f98f18302e609afba /fpicker | |
parent | 0edcb5438621b967132916052e89acb9da0f9798 (diff) |
Bin mysterious FIXME comment and 'if (0) return 0;' line
Change-Id: I41a29ec89b848ea0bfeb9975cd675357a2fcc69f
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/source/aqua/FPentry.mm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fpicker/source/aqua/FPentry.mm b/fpicker/source/aqua/FPentry.mm index 58f347931799..756be80cb09a 100644 --- a/fpicker/source/aqua/FPentry.mm +++ b/fpicker/source/aqua/FPentry.mm @@ -57,9 +57,6 @@ SAL_DLLPUBLIC_EXPORT void* SAL_CALL fps_aqua_component_getFactory( if( pSrvManager ) { - // FIXME: PJ: when we do not need native file and folder picker... - if (0) return 0; - Reference< XSingleServiceFactory > xFactory; if (0 == rtl_str_compare(pImplName, FILE_PICKER_IMPL_NAME)) |