From 671ac3a9221598febdc6304fceabbb2ade86f41e Mon Sep 17 00:00:00 2001 From: Maxim Monastirsky Date: Thu, 1 Sep 2016 10:19:04 +0300 Subject: Looks like the menu highlight handler is now unused Change-Id: I75ff4bce35e7940e07b760f672e08ffe0dd208f8 Reviewed-on: https://gerrit.libreoffice.org/28580 Tested-by: Jenkins Reviewed-by: Maxim Monastirsky --- compilerplugins/clang/store/constantfunction.cxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'compilerplugins/clang/store') 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; } -- cgit