diff --git a/src/app/item-page/simple/field-components/specific-field/item-page-field.component.ts b/src/app/item-page/simple/field-components/specific-field/item-page-field.component.ts index 92563bd246e..58521569f15 100644 --- a/src/app/item-page/simple/field-components/specific-field/item-page-field.component.ts +++ b/src/app/item-page/simple/field-components/specific-field/item-page-field.component.ts @@ -12,25 +12,6 @@ import { Item } from '../../../../core/shared/item.model'; import { getFirstCompletedRemoteData } from '../../../../core/shared/operators'; import { MetadataValuesComponent } from '../../../field-components/metadata-values/metadata-values.component'; import { ImageField } from './image-field'; -import { getFirstCompletedRemoteData } from '../../../../core/shared/operators'; - -/** - * Interface that encapsulate Image configuration for this component. - */ -export interface ImageField { - /** - * URI that is used to retrieve the image. - */ - URI: string; - /** - * i18n Key that represents the alt text to display - */ - alt: string; - /** - * CSS variable that contains the height of the inline image. - */ - heightVar: string; -} /**