summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/store/constantfunction.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'compilerplugins/clang/store/constantfunction.cxx')
-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 891eb5361f5c..b7a0b9d0d5f7 100644
--- a/compilerplugins/clang/store/constantfunction.cxx
+++ b/compilerplugins/clang/store/constantfunction.cxx
@@ -344,10 +344,6 @@ bool ConstantFunction::VisitFunctionDecl(const FunctionDecl * pFunctionDecl) {
if (aFunctionName == "sdext::presenter::PresenterFrameworkObserver::True") {
return true;
}
- // hidden behind the ENABLE_PANE_RESIZING macro
- if (aFunctionName == "sdext::presenter::PresenterWindowManager::UpdateWindowList") {
- return true;
- }
// callback, sw/source/core/doc/tblrwcl.cxx
if (aFunctionName == "lcl_DelOtherBox") {
return true;