diff options
Diffstat (limited to 'tools/viewer/Viewer.h')
-rw-r--r-- | tools/viewer/Viewer.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/viewer/Viewer.h b/tools/viewer/Viewer.h index 09a8946ac9..fac280ff59 100644 --- a/tools/viewer/Viewer.h +++ b/tools/viewer/Viewer.h @@ -87,10 +87,7 @@ private: SkColorSpacePrimaries fColorSpacePrimaries; // transform data - SkScalar fZoomCenterX; - SkScalar fZoomCenterY; SkScalar fZoomLevel; - SkScalar fZoomScale; sk_app::CommandSet fCommands; @@ -98,7 +95,6 @@ private: // identity unless the window initially scales the content to fit the screen. SkMatrix fDefaultMatrix; - SkMatrix fDefaultMatrixInv; SkTArray<std::function<void(void)>> fDeferredActions; |