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>
This commit is contained in:
committed by
jan iversen
parent
0c7558f56d
commit
71cf1aefca
@@ -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;
|
||||
|
Reference in New Issue
Block a user