summaryrefslogtreecommitdiff
path: root/sw/inc/viewsh.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2016-02-05 07:50:50 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2016-02-05 07:51:26 +0100
commit7e9b2294930da159989659c21ce4c4e5f5d0a016 (patch)
tree03cab0fdcfd1af7830b3c5c2ae495521d3472b41 /sw/inc/viewsh.hxx
parent534b2a4b58ba765dbc256d6297e33453524915e2 (diff)
sw: remove no longer used SwViewShell::setTiledRendering()
It only set a flag that was used by the already removed isTiledRendering() equivalent. Change-Id: Idc908c4b6bc432e4478fb1db6a8883faf2f864fd
Diffstat (limited to 'sw/inc/viewsh.hxx')
-rw-r--r--sw/inc/viewsh.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/inc/viewsh.hxx b/sw/inc/viewsh.hxx
index afdd0608cd4f..141c5c4b34f0 100644
--- a/sw/inc/viewsh.hxx
+++ b/sw/inc/viewsh.hxx
@@ -572,8 +572,6 @@ public:
void registerLibreOfficeKitCallback(LibreOfficeKitCallback pCallback, void* pLibreOfficeKitData);
/// Invokes the registered callback, if there are any.
void libreOfficeKitCallback(int nType, const char* pPayload) const;
- /// Set if we are doing tiled rendering.
- void setTiledRendering(bool bTiledRendering);
void setOutputToWindow(bool bOutputToWindow);
bool isOutputToWindow() const;