summaryrefslogtreecommitdiff
path: root/compilerplugins
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-07-28 19:57:18 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-07-29 14:53:54 +0200
commite74a98528352b408420c1aa518e9b583529c02db (patch)
tree99ca9fc76eedb29d28f1c2b7b5abe8d5850d900e /compilerplugins
parent1cdda798def040fe778348061c0e18b28aa0e6bd (diff)
drop newly unused SvtFontOptions
Change-Id: Iaab664770d96a7d197354949bbe6d82c248f1037 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99648 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'compilerplugins')
-rw-r--r--compilerplugins/clang/unusedvariablemore.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/compilerplugins/clang/unusedvariablemore.cxx b/compilerplugins/clang/unusedvariablemore.cxx
index 38e3bbe81fe0..cc166ab0eb2e 100644
--- a/compilerplugins/clang/unusedvariablemore.cxx
+++ b/compilerplugins/clang/unusedvariablemore.cxx
@@ -171,8 +171,6 @@ bool UnusedVariableMore::VisitVarDecl(VarDecl const* var)
return true;
if (dc.Class("SvtUserOptions").GlobalNamespace())
return true;
- if (dc.Class("SvtFontOptions").GlobalNamespace())
- return true;
if (dc.Class("SvtMenuOptions").GlobalNamespace())
return true;
if (dc.Class("SvtPathOptions").GlobalNamespace())