From dd706ea26dc53e888ad85ccccd7621c0fe2f831a Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 26 Nov 2015 22:29:27 +0100 Subject: [PATCH] -Werror,-Wunused-const-variable Change-Id: Ib725e544d058c735e485db1586743746a5236488 --- fpicker/source/win32/filepicker/FilePicker.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/fpicker/source/win32/filepicker/FilePicker.cxx b/fpicker/source/win32/filepicker/FilePicker.cxx index 9a3c4552db27..837277f760df 100644 --- a/fpicker/source/win32/filepicker/FilePicker.cxx +++ b/fpicker/source/win32/filepicker/FilePicker.cxx @@ -53,7 +53,6 @@ namespace { // controlling event notifications const bool STARTUP_SUSPENDED = true; - const bool STARTUP_ALIVE = false; uno::Sequence SAL_CALL FilePicker_getSupportedServiceNames() {