summaryrefslogtreecommitdiff
path: root/fpicker
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-12-26 18:12:26 +0200
committerTor Lillqvist <tml@collabora.com>2013-12-26 18:12:26 +0200
commita3b9461ad3edb3f7460ade96538f44061e117303 (patch)
tree8b30a97c76f98b38e7bf539e91fb694b378103eb /fpicker
parent05fad0744c81a359c5cadb3f5a3c20551677db23 (diff)
WaE: unused variables
Change-Id: I95f0afc4b71dd62c7635f0a56b0917463db08c35
Diffstat (limited to 'fpicker')
-rw-r--r--fpicker/source/aqua/SalAquaFilePicker.mm4
1 files changed, 0 insertions, 4 deletions
diff --git a/fpicker/source/aqua/SalAquaFilePicker.mm b/fpicker/source/aqua/SalAquaFilePicker.mm
index 75f57fc863f8..a75bb24183f8 100644
--- a/fpicker/source/aqua/SalAquaFilePicker.mm
+++ b/fpicker/source/aqua/SalAquaFilePicker.mm
@@ -72,10 +72,6 @@ using namespace ::com::sun::star::uno;
namespace
{
- // controlling event notifications
- const bool STARTUP_SUSPENDED = true;
- const bool STARTUP_ALIVE = false;
-
uno::Sequence<rtl::OUString> SAL_CALL FilePicker_getSupportedServiceNames()
{
uno::Sequence<rtl::OUString> aRet(3);