remove manual iteration in SwViewShell
Change-Id: Id7bd121067e86e4f8e4c3fe584cac05a85f47060
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user