diff --git a/src/silx/gui/plot/ImageStack.py b/src/silx/gui/plot/ImageStack.py index 2214845e1e..220faf7a48 100644 --- a/src/silx/gui/plot/ImageStack.py +++ b/src/silx/gui/plot/ImageStack.py @@ -37,7 +37,6 @@ from silx.gui.widgets.FrameBrowser import HorizontalSliderWithBrowser import typing import logging -from silx.utils.deprecation import deprecated from silx.gui.utils.waiteroverlay import WaiterOverlay _logger = logging.getLogger(__name__) @@ -47,7 +46,6 @@ class _PlotWithWaitingLabel(Plot2D): """Image plot widget with an overlay 'waiting' status. """ - @deprecated(replacement='WaiterOverlay', since_version='1.2') def __init__(self, parent): super(_PlotWithWaitingLabel, self).__init__(parent=parent) self._waitingComponent = WaiterOverlay(