diff options
Diffstat (limited to 'src/EditView.cxx')
| -rw-r--r-- | src/EditView.cxx | 8 | 
1 files changed, 0 insertions, 8 deletions
| diff --git a/src/EditView.cxx b/src/EditView.cxx index 2bb107e0b..37a6a9f9e 100644 --- a/src/EditView.cxx +++ b/src/EditView.cxx @@ -190,14 +190,6 @@ EditView::EditView() {  EditView::~EditView() {  } -PRectangle EditView::ViewRectangle() const { -	return rectangleView; -} - -void EditView::SetViewRectangle(PRectangle rectangle) { -	rectangleView = rectangle; -} -  bool EditView::SetTwoPhaseDraw(bool twoPhaseDraw) {  	const PhasesDraw phasesDrawNew = twoPhaseDraw ? phasesTwo : phasesOne;  	const bool redraw = phasesDraw != phasesDrawNew; | 
