summaryrefslogtreecommitdiff
path: root/compilerplugins
diff options
context:
space:
mode:
authorMaxim Monastirsky <momonasmon@gmail.com>2016-09-01 10:19:04 +0300
committerMaxim Monastirsky <momonasmon@gmail.com>2016-09-01 09:39:52 +0000
commit671ac3a9221598febdc6304fceabbb2ade86f41e (patch)
treef9561e28ab36d4c9813698d233c02e7e4b62075a /compilerplugins
parent662f5a5a16339ecda071ea6b95afefeea63c4fe9 (diff)
Looks like the menu highlight handler is now unused
Change-Id: I75ff4bce35e7940e07b760f672e08ffe0dd208f8 Reviewed-on: https://gerrit.libreoffice.org/28580 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
Diffstat (limited to 'compilerplugins')
-rw-r--r--compilerplugins/clang/store/constantfunction.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/compilerplugins/clang/store/constantfunction.cxx b/compilerplugins/clang/store/constantfunction.cxx
index 538191544f80..fd429ac686fc 100644
--- a/compilerplugins/clang/store/constantfunction.cxx
+++ b/compilerplugins/clang/store/constantfunction.cxx
@@ -427,10 +427,6 @@ bool ConstantFunction::VisitFunctionDecl(const FunctionDecl * pFunctionDecl) {
{
return true;
}
- // LINK callback which supplies a return value which means something
- if (aFunctionName == "framework::MenuBarManager::Highlight") {
- return true;
- }
if (aFunctionName == "sc::AlignedAllocator::operator!=") {
return true;
}