From 43510a448f08cf48a6e2c8a235069ca415b2e626 Mon Sep 17 00:00:00 2001 From: Timo Bejan Date: Mon, 19 Oct 2020 10:42:59 +0300 Subject: [PATCH] post rebase code fixes --- .../file/file-preview-screen/file-preview-screen.component.ts | 4 ---- 1 file changed, 4 deletions(-) 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,