summaryrefslogtreecommitdiff
path: root/sd/source/ui/docshell/docshell.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/docshell/docshell.cxx')
-rw-r--r--sd/source/ui/docshell/docshell.cxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/sd/source/ui/docshell/docshell.cxx b/sd/source/ui/docshell/docshell.cxx
index c30436e85394..f47b0a7ef895 100644
--- a/sd/source/ui/docshell/docshell.cxx
+++ b/sd/source/ui/docshell/docshell.cxx
@@ -470,15 +470,6 @@ void DrawDocShell::libreOfficeKitCallback(int nType, const char* pPayload) const
mpDoc->libreOfficeKitCallback(nType, pPayload);
}
-bool DrawDocShell::isTiledRendering() const
-{
- if (!mpDoc)
- return false;
- return mpDoc->isTiledRendering();
-}
-
-
-
} // end of namespace sd
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */