diff OrthancStone/Sources/Loaders/SeriesThumbnailsLoader.h @ 1665:f62f685e0eb2

avoid loading instance metadata on RTSTRUCT to avoid JSON parsing that freezes the browser
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 19 Nov 2020 15:39:30 +0100
parents 8563ea5d8ae4
children 76c590a62755
line wrap: on
line diff
--- a/OrthancStone/Sources/Loaders/SeriesThumbnailsLoader.h	Thu Nov 19 12:15:21 2020 +0100
+++ b/OrthancStone/Sources/Loaders/SeriesThumbnailsLoader.h	Thu Nov 19 15:39:30 2020 +0100
@@ -40,16 +40,6 @@
 
 namespace OrthancStone
 {
-  enum SeriesThumbnailType
-  {
-    SeriesThumbnailType_NotLoaded = 1,  // The remote server cannot decode this image
-    SeriesThumbnailType_Unsupported = 2,  // The remote server cannot decode this image
-    SeriesThumbnailType_Pdf = 3,
-    SeriesThumbnailType_Video = 4,
-    SeriesThumbnailType_Image = 5
-  };
-  
-
   class SeriesThumbnailsLoader :
     public IObservable,
     public ObserverBase<SeriesThumbnailsLoader>