summaryrefslogtreecommitdiff
path: root/compilerplugins
diff options
context:
space:
mode:
authorBryan Quigley <gquigs@gmail.com>2016-05-04 15:04:53 -0400
committerjan iversen <jani@documentfoundation.org>2016-06-06 05:55:03 +0000
commit71cf1aefca1ecf10272308d7c75201bd39d3b0f6 (patch)
tree7e51f16392a9bd76b6b44cff0920f2b46ff9ffb9 /compilerplugins
parent0c7558f56d82bca2ed736ca4185f1e87c76cf7aa (diff)
Remove unneeded Pane code in Presenter Console
This code hasn't been touched (on purpose) in years, it appears to have been used to resize part of the console. (It's prefed off) Change-Id: Iaaeaa8a95c71ae91299bbeeea24869bf2a237b6b Reviewed-on: https://gerrit.libreoffice.org/24663 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: jan iversen <jani@documentfoundation.org> Tested-by: jan iversen <jani@documentfoundation.org>
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 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;