diff --git a/apps/red-ui/src/app/screens/file/file-preview-screen/file-preview-screen.component.ts b/apps/red-ui/src/app/screens/file/file-preview-screen/file-preview-screen.component.ts index 28d166832..024a54c5b 100644 --- a/apps/red-ui/src/app/screens/file/file-preview-screen/file-preview-screen.component.ts +++ b/apps/red-ui/src/app/screens/file/file-preview-screen/file-preview-screen.component.ts @@ -51,10 +51,6 @@ export class FilePreviewScreenComponent implements OnInit { public expandedFilters: AnnotationFilters = { hint: false }; public activeViewerPage: number; - private _manualRedactionEntry: AddRedactionRequest; - - activeViewerPage: number; - constructor( public readonly appStateService: AppStateService, private readonly _changeDetectorRef: ChangeDetectorRef,