summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/docsh.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/docshell/docsh.cxx')
-rw-r--r--sc/source/ui/docshell/docsh.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sc/source/ui/docshell/docsh.cxx b/sc/source/ui/docshell/docsh.cxx
index 2baa653df709..43f87563231b 100644
--- a/sc/source/ui/docshell/docsh.cxx
+++ b/sc/source/ui/docshell/docsh.cxx
@@ -3188,9 +3188,4 @@ void ScDocShell::libreOfficeKitCallback(int nType, const char* pPayload) const
aDocument.GetDrawLayer()->libreOfficeKitCallback(nType, pPayload);
}
-bool ScDocShell::isTiledRendering() const
-{
- return aDocument.GetDrawLayer() && aDocument.GetDrawLayer()->isTiledRendering();
-}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */