From f27fbf31ddd074893a4a383f2698fb713d66a981 Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 5 Apr 2018 19:08:40 +1000 Subject: Backport: Backed out changeset: 7402342dc7a3 Caching client rectangle on EditView. This change was not compatible with Cocoa as it uses document-based coordinates rather than view-based. Backport of changeset 6673:a22abea8d41e. --- src/EditView.cxx | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/EditView.cxx') diff --git a/src/EditView.cxx b/src/EditView.cxx index 23c4663ee..d9ca751a0 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; -- cgit v1.2.3