vcl/win/gdi/salprn.cxx | 3 --- 1 file changed, 3 deletions(-) New commits: commit 590eb262e7841ff8d62246487ce9fb428ea5a9e6 Author: Stephan Bergmann <sberg...@redhat.com> AuthorDate: Fri Apr 15 21:45:14 2022 +0200 Commit: Stephan Bergmann <sberg...@redhat.com> CommitDate: Sat Apr 16 10:37:38 2022 +0200
-Werror,-Wunused-const-variable ...since a8383345174d91f6e722128e1d53c9a4ebc18195 "No Win16-style WIN.INI since Windows Vista" Change-Id: I36fa3f6516a6bd9ac6593e01163c1f3427933e42 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133090 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sberg...@redhat.com> diff --git a/vcl/win/gdi/salprn.cxx b/vcl/win/gdi/salprn.cxx index 724c4f18e2e1..98d39dc02455 100644 --- a/vcl/win/gdi/salprn.cxx +++ b/vcl/win/gdi/salprn.cxx @@ -89,9 +89,6 @@ using namespace com::sun::star::uno; using namespace com::sun::star::lang; using namespace com::sun::star::ui::dialogs; -const wchar_t aImplWindows[] = L"windows"; -const wchar_t aImplDevice[] = L"device"; - static DEVMODEW const * SAL_DEVMODE_W( const ImplJobSetup* pSetupData ) { DEVMODEW const * pRet = nullptr;