diff Applications/Generic/GuiAdapter.cpp @ 1293:f050391249f0

Merged changes from bugfix branch
author Benjamin Golinvaux <bgo@osimis.io>
date Fri, 21 Feb 2020 15:27:42 +0100
parents 7def6ab2929f
children 6ab03e429f06 8a0a62189f46
line wrap: on
line diff
--- a/Applications/Generic/GuiAdapter.cpp	Tue Feb 11 14:40:33 2020 +0100
+++ b/Applications/Generic/GuiAdapter.cpp	Fri Feb 21 15:27:42 2020 +0100
@@ -36,11 +36,6 @@
 
 namespace OrthancStone
 {
-  void GuiAdapter::RegisterWidget(boost::shared_ptr<IGuiAdapterWidget> widget)
-  {
-    widgets_.push_back(widget);
-  }
-
   std::ostream& operator<<(
     std::ostream& os, const GuiAdapterKeyboardEvent& event)
   {