diff OrthancStone/Sources/StoneInitialization.h @ 1591:5887a4f8594b

moving platform-specific files out of the "OrthancStone" folder
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 23 Oct 2020 13:15:03 +0200
parents 244ad1e4e76a
children 4fb8fdf03314
line wrap: on
line diff
--- a/OrthancStone/Sources/StoneInitialization.h	Thu Oct 22 18:39:03 2020 +0200
+++ b/OrthancStone/Sources/StoneInitialization.h	Fri Oct 23 13:15:03 2020 +0200
@@ -21,14 +21,6 @@
 
 #pragma once
 
-#if !defined(ORTHANC_ENABLE_WASM)
-#  error Macro ORTHANC_ENABLE_WASM must be defined
-#endif
-
-#if ORTHANC_ENABLE_WASM == 1
-#  include "Viewport/WebGLViewportsRegistry.h"
-#endif
-
 #include <Logging.h>
 
 namespace OrthancStone
@@ -41,12 +33,4 @@
   }
 
   void StoneFinalize();
-
-#if ORTHANC_ENABLE_WASM == 1
-  void SetWebGLViewportsRegistryTimeout(double timeout);
-#endif
-
-#if ORTHANC_ENABLE_WASM == 1
-  WebGLViewportsRegistry& GetWebGLViewportsRegistry();
-#endif
 }