diff Applications/Generic/GuiAdapter.cpp @ 1290:7def6ab2929f bugs/2020-02-invisible-slice

Removal of debugging logs
author Benjamin Golinvaux <bgo@osimis.io>
date Fri, 21 Feb 2020 15:20:29 +0100
parents 343aa1dfaa90
children 6ab03e429f06 8a0a62189f46
line wrap: on
line diff
--- a/Applications/Generic/GuiAdapter.cpp	Wed Feb 19 17:05:08 2020 +0100
+++ b/Applications/Generic/GuiAdapter.cpp	Fri Feb 21 15:20:29 2020 +0100
@@ -36,15 +36,6 @@
 
 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)
   {