diff options
author | Michael Weghorn <m.weghorn@posteo.de> | 2020-04-08 12:51:41 +0200 |
---|---|---|
committer | Michael Weghorn <m.weghorn@posteo.de> | 2020-04-08 14:02:29 +0200 |
commit | 5f03eb4e6dd11f65e16a1bb8aa46a7ae18379160 (patch) | |
tree | f361f3f078daeeeb9ad832e80848033368daefb6 /svx/source/unodraw | |
parent | a8f802e74ea768fd489eb43742ae9ac6adf2d918 (diff) |
svx: Drop duplicate fix for unused parameter
It looks like the two commits
c468b6910bf77e332647725da70e3cb248a9de0e
("-Werror,-Wunused-parameter (Android)") and
bfaae016b225e775264008935cddef1564b07e66
("svx, compile error with !HAVE_FEATURE_DESKTOP")
were submitted independently on 2019-03-09 with just
a few hours in between, and thus this has been
added twice...
Change-Id: Ic930eaba65adda9c210a1d3e376136095ee062db
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91885
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Diffstat (limited to 'svx/source/unodraw')
-rw-r--r-- | svx/source/unodraw/unopage.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/svx/source/unodraw/unopage.cxx b/svx/source/unodraw/unopage.cxx index e59afceef7cf..f80f92e77f56 100644 --- a/svx/source/unodraw/unopage.cxx +++ b/svx/source/unodraw/unopage.cxx @@ -615,9 +615,6 @@ SvxShape* SvxDrawPage::CreateShapeByTypeAndInventor( sal_uInt16 nType, SdrInvent (void) referer; #endif SvxShape* pRet = nullptr; -#if !HAVE_FEATURE_DESKTOP - (void)referer; -#endif switch( nInventor ) { |