diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2015-01-23 23:11:32 +0100 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2015-01-23 23:19:25 +0100 |
commit | 0a77c9f15bbb38d8c281daef4512d570683d2cb7 (patch) | |
tree | 0a3c09aaae3e6ec8253562f3f681f70b2dcfd197 /sw/inc/viewsh.hxx | |
parent | 3dbd1e69b94b6e91db5ddc36ed6808d7be0a418c (diff) |
remove manual iteration in SwViewShell
Change-Id: Id7bd121067e86e4f8e4c3fe584cac05a85f47060
Diffstat (limited to 'sw/inc/viewsh.hxx')
-rw-r--r-- | sw/inc/viewsh.hxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sw/inc/viewsh.hxx b/sw/inc/viewsh.hxx index 89ebbc69c66c..6a73d551c960 100644 --- a/sw/inc/viewsh.hxx +++ b/sw/inc/viewsh.hxx @@ -586,14 +586,6 @@ public: /// Are we doing tiled rendering? bool isTiledRendering(); - SwViewShell* GetNext() - { return GetNextInRing(); } - const SwViewShell* GetNext() const - { return GetNextInRing(); } - SwViewShell* GetPrev() - { return GetPrevInRing(); } - const SwViewShell* GetPrev() const - { return GetPrevInRing(); } }; // manages global ShellPointer |