forked from MapComplete/MapComplete
Chore: remove obsolete variable
This commit is contained in:
parent
d17d07ec52
commit
e13ae10fd6
1 changed files with 1 additions and 3 deletions
|
@ -1,6 +1,5 @@
|
||||||
import { ImageUploadManager } from "../../Logic/ImageProviders/ImageUploadManager"
|
import { ImageUploadManager } from "../../Logic/ImageProviders/ImageUploadManager"
|
||||||
import { Store, UIEventSource } from "../../Logic/UIEventSource"
|
import { Store } from "../../Logic/UIEventSource"
|
||||||
import { ProvidedImage } from "../../Logic/ImageProviders/ImageProvider"
|
|
||||||
import { CombinedFetcher } from "../../Logic/Web/NearbyImagesSearch"
|
import { CombinedFetcher } from "../../Logic/Web/NearbyImagesSearch"
|
||||||
import ThemeConfig from "../ThemeConfig/ThemeConfig"
|
import ThemeConfig from "../ThemeConfig/ThemeConfig"
|
||||||
import { PanoramaxUploader } from "../../Logic/ImageProviders/Panoramax"
|
import { PanoramaxUploader } from "../../Logic/ImageProviders/Panoramax"
|
||||||
|
@ -13,7 +12,6 @@ import { SpecialVisualizationState } from "../../UI/SpecialVisualization"
|
||||||
|
|
||||||
export class WithImageState extends WithGuiState implements SpecialVisualizationState {
|
export class WithImageState extends WithGuiState implements SpecialVisualizationState {
|
||||||
readonly imageUploadManager: ImageUploadManager
|
readonly imageUploadManager: ImageUploadManager
|
||||||
readonly previewedImage = new UIEventSource<ProvidedImage>(undefined)
|
|
||||||
readonly nearbyImageSearcher: CombinedFetcher
|
readonly nearbyImageSearcher: CombinedFetcher
|
||||||
|
|
||||||
constructor(layout: ThemeConfig, mvtAvailableLayers: Store<Set<string>>) {
|
constructor(layout: ThemeConfig, mvtAvailableLayers: Store<Set<string>>) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue