From 0f2bb6479b09bf0c6c537bdd67654c6c4b6b011c Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 5 Apr 2018 19:08:40 +1000 Subject: 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. --- src/EditView.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/EditView.h') diff --git a/src/EditView.h b/src/EditView.h index 5e7a6d29a..8a194236d 100644 --- a/src/EditView.h +++ b/src/EditView.h @@ -47,7 +47,6 @@ typedef void (*DrawTabArrowFn)(Surface *surface, PRectangle rcTab, int ymid); */ class EditView { public: - PRectangle rectangleView; PrintParameters printParameters; std::unique_ptr ldTabstops; int tabWidthMinimumPixels; @@ -94,9 +93,6 @@ public: void operator=(const EditView &) = delete; virtual ~EditView(); - PRectangle ViewRectangle() const; - void SetViewRectangle(PRectangle rectangle); - bool SetTwoPhaseDraw(bool twoPhaseDraw); bool SetPhasesDraw(int phases); bool LinesOverlap() const; -- cgit v1.2.3