diff OrthancStone/Sources/Loaders/SeriesFramesLoader.h @ 1679:5b8b88e5bfd6

successfully running unit tests in WebAssembly
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 24 Nov 2020 12:59:10 +0100
parents 8563ea5d8ae4
children 9ac2a65d4172
line wrap: on
line diff
--- a/OrthancStone/Sources/Loaders/SeriesFramesLoader.h	Tue Nov 24 07:40:19 2020 +0100
+++ b/OrthancStone/Sources/Loaders/SeriesFramesLoader.h	Tue Nov 24 12:59:10 2020 +0100
@@ -76,10 +76,6 @@
 
     void Handle(const HttpCommand::SuccessMessage& message);
 
-    void GetPreviewWindowing(float& center,
-                             float& width,
-                             size_t index) const;
-
   public:
     class FrameLoadedMessage : public OriginMessage<SeriesFramesLoader>
     {