Skip to content

Commit 90dd487

Browse files
committed
Remove old Image functionality
1 parent ef0c523 commit 90dd487

File tree

6 files changed

+0
-927
lines changed

6 files changed

+0
-927
lines changed

src/Components/Web.JS/src/GlobalExports.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ import { attachWebRendererInterop } from './Rendering/WebRendererInteropMethods'
1919
import { WebStartOptions } from './Platform/WebStartOptions';
2020
import { RuntimeAPI } from '@microsoft/dotnet-runtime';
2121
import { JSEventRegistry } from './Services/JSEventRegistry';
22-
import { BinaryImageComponent } from './Rendering/BinaryImageComponent';
2322
import { BinaryMedia } from './Rendering/BinaryMedia';
2423

2524
// TODO: It's kind of hard to tell which .NET platform(s) some of these APIs are relevant to.
@@ -52,7 +51,6 @@ export interface IBlazor {
5251
navigationManager: typeof navigationManagerInternalFunctions | any;
5352
domWrapper: typeof domFunctions;
5453
Virtualize: typeof Virtualize;
55-
BinaryImageComponent: typeof BinaryImageComponent;
5654
BinaryMedia: typeof BinaryMedia;
5755
PageTitle: typeof PageTitle;
5856
forceCloseConnection?: () => Promise<void>;
@@ -115,7 +113,6 @@ export const Blazor: IBlazor = {
115113
NavigationLock,
116114
getJSDataStreamChunk: getNextChunk,
117115
attachWebRendererInterop,
118-
BinaryImageComponent,
119116
BinaryMedia,
120117
},
121118
};

src/Components/Web.JS/src/Rendering/BinaryImageComponent.ts

Lines changed: 0 additions & 315 deletions
This file was deleted.

0 commit comments

Comments
 (0)