diff Applications/Generic/GuiAdapter.cpp @ 1289:343aa1dfaa90 bugs/2020-02-invisible-slice

Ongoing work on invisible slice bug (logging + removed unused function)
author Benjamin Golinvaux <bgo@osimis.io>
date Wed, 19 Feb 2020 17:05:08 +0100
parents 2d8ab34c8c91
children 7def6ab2929f
line wrap: on
line diff
--- a/Applications/Generic/GuiAdapter.cpp	Fri Feb 14 15:30:36 2020 +0100
+++ b/Applications/Generic/GuiAdapter.cpp	Wed Feb 19 17:05:08 2020 +0100
@@ -36,10 +36,14 @@
 
 namespace OrthancStone
 {
+#if 0
   void GuiAdapter::RegisterWidget(boost::shared_ptr<IGuiAdapterWidget> widget)
   {
+    LOG(INFO) << "GuiAdapter::RegisterWidget" 
+
     widgets_.push_back(widget);
   }
+#endif
 
   std::ostream& operator<<(
     std::ostream& os, const GuiAdapterKeyboardEvent& event)