Skip to content

Commit b5b1472

Browse files
committed
Remove marker property
1 parent a2b5944 commit b5b1472

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/astro_image_display_api/dummy_viewer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ class ImageViewer:
3636
image_height: int = 0
3737
zoom_level: float = 1
3838
_cursor: str = ImageViewerInterface.ALLOWED_CURSOR_LOCATIONS[0]
39-
marker: Any = "marker"
4039
_cuts: BaseInterval | tuple[float, float] = AsymmetricPercentileInterval(upper_percentile=95)
4140
_stretch: BaseStretch = LinearStretch
4241
# viewer: Any

src/astro_image_display_api/interface_definition.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ class ImageViewerInterface(Protocol):
2828
image_height: int
2929
zoom_level: float
3030
cursor: str
31-
marker: Any
3231

3332
# Allowed locations for cursor display
3433
ALLOWED_CURSOR_LOCATIONS: tuple = ALLOWED_CURSOR_LOCATIONS

0 commit comments

Comments
 (0)