aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/ContentFittingDocumentView.tsx
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2020-04-04 15:23:42 -0400
committerBob Zeleznik <zzzman@gmail.com>2020-04-04 15:23:42 -0400
commit5338dfd24d0f6a65bb3131332746c1d2c82ef7f2 (patch)
treea0b2caaa87d5d9d9851b256c8bee8ce4a1dfc293 /src/client/views/nodes/ContentFittingDocumentView.tsx
parentafc7afcea84463d7e7048e5f318bbd13a72f3e95 (diff)
fix to presentationView opacity. removed getScale and zoomToScale props which weren't being used.
Diffstat (limited to 'src/client/views/nodes/ContentFittingDocumentView.tsx')
-rw-r--r--src/client/views/nodes/ContentFittingDocumentView.tsx2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/views/nodes/ContentFittingDocumentView.tsx b/src/client/views/nodes/ContentFittingDocumentView.tsx
index fdf2a9551..9ab6826a3 100644
--- a/src/client/views/nodes/ContentFittingDocumentView.tsx
+++ b/src/client/views/nodes/ContentFittingDocumentView.tsx
@@ -111,8 +111,6 @@ export class ContentFittingDocumentView extends React.Component<ContentFittingDo
focus={this.props.focus || emptyFunction}
bringToFront={emptyFunction}
dontRegisterView={this.props.dontRegisterView}
- zoomToScale={emptyFunction}
- getScale={returnOne}
/>
</div>)}
</div>);