desktop/source/lib/init.cxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit 0e73a4d0117844792c8fcdfe46000c72b4c70d4e
Author: Patrick Luby <[email protected]>
AuthorDate: Mon Feb 13 23:18:49 2023 +0000
Commit: Patrick Luby <[email protected]>
CommitDate: Mon Feb 13 23:23:44 2023 +0000
Revert "Eliminate unused-parameter warning on iOS with Xcode 14.2"
This reverts commit 4b2b7c2183c7f46ac8929c61f4cbff7baeab13e1.
Reason for revert: This change duplicates the following change:
https://gerrit.libreoffice.org/c/core/+/146906
Change-Id: I1d5dc2cf30ce6d3b0fd75d603acae0cc9a9ba432
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146974
Reviewed-by: Patrick Luby <[email protected]>
Tested-by: Patrick Luby <[email protected]>
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index 89205e9d45f3..ec7b82ef086f 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -5540,8 +5540,6 @@ static void doc_resetSelection(LibreOfficeKitDocument*
pThis)
static char* getLanguages(LibreOfficeKitDocument* pThis, const char* pCommand)
{
- (void)pThis;
-
css::uno::Sequence< css::lang::Locale > aLocales;
if (xContext.is())