svx/source/svdraw/svdomedia.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 375f85f8518f49ce4381b6663f1e94fc02bacf93
Author:     Patrick Luby <patrick.l...@collabora.com>
AuthorDate: Thu Apr 6 14:44:52 2023 -0400
Commit:     Patrick Luby <plub...@neooffice.org>
CommitDate: Thu Apr 6 23:54:04 2023 +0200

    Fix iOS build failure in commit a5225ba82e94a549f44420f56a7cb9d7906561cc
    
    Change-Id: I5f4fe093c77f2faf91c6512ed5c294a4f2389757
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150111
    Tested-by: Jenkins
    Reviewed-by: Patrick Luby <plub...@neooffice.org>

diff --git a/svx/source/svdraw/svdomedia.cxx b/svx/source/svdraw/svdomedia.cxx
index 73b19ca78773..0bb99f1ae46f 100644
--- a/svx/source/svdraw/svdomedia.cxx
+++ b/svx/source/svdraw/svdomedia.cxx
@@ -258,7 +258,6 @@ void SdrMediaObj::setURL(const OUString& rURL, const 
OUString& rReferer)
 #if HAVE_FEATURE_AVMEDIA
     aURLItem.setURL( rURL, "", rReferer );
 #else
-    (void) rMimeType;
     (void) rURL;
     (void) rReferer;
 #endif

Reply via email to