remove manual iteration in SwViewShell

Change-Id: Id7bd121067e86e4f8e4c3fe584cac05a85f47060
This commit is contained in:
Bjoern Michaelsen
2015-01-23 23:11:32 +01:00
parent 3dbd1e69b9
commit 0a77c9f15b

View File

@@ -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