From adf2c523526eb0c96c7c55cfa71c2e4367b9f614 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 26 Nov 2015 22:30:10 +0100 Subject: -Werror,-Wunused-const-variable Change-Id: Ie539b4f3e4295a8dcb1126371e5f2c75e9d723ab --- fpicker/source/win32/filepicker/VistaFilePicker.cxx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/fpicker/source/win32/filepicker/VistaFilePicker.cxx b/fpicker/source/win32/filepicker/VistaFilePicker.cxx index 4970b4e3dbca..3cc0e5ddcf90 100644 --- a/fpicker/source/win32/filepicker/VistaFilePicker.cxx +++ b/fpicker/source/win32/filepicker/VistaFilePicker.cxx @@ -72,10 +72,6 @@ namespace vista{ namespace { - // controlling event notifications - const bool STARTUP_SUSPENDED = true; - const bool STARTUP_ALIVE = false; - css::uno::Sequence< OUString > SAL_CALL VistaFilePicker_getSupportedServiceNames() { css::uno::Sequence< OUString > aRet(2); -- cgit