diff Applications/StoneWebViewer/WebAssembly/StoneWebViewer.cpp @ 1578:1f812f4c95be

comments
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 24 Sep 2020 17:20:36 +0200
parents 92fca2b3ba3d
children c476b0d5e59c
line wrap: on
line diff
--- a/Applications/StoneWebViewer/WebAssembly/StoneWebViewer.cpp	Thu Sep 24 16:51:14 2020 +0200
+++ b/Applications/StoneWebViewer/WebAssembly/StoneWebViewer.cpp	Thu Sep 24 17:20:36 2020 +0200
@@ -1907,9 +1907,7 @@
     viewport_->AcquireInteractor(interactor.release());
   }
 
-
-
-  void FitForPrint()  // TODO - REMOVE
+  void FitForPrint()
   {
     viewport_->FitForPrint();
   }
@@ -2468,7 +2466,7 @@
 
 
   EMSCRIPTEN_KEEPALIVE
-  void FitForPrint()  // TODO - REMOVE
+  void FitForPrint()
   {
     try
     {