diff Applications/Generic/GuiAdapter.cpp @ 1297:6ab03e429f06 broker

integration mainline->broker
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sun, 23 Feb 2020 15:32:24 +0100
parents 7ec8fea061b9 7def6ab2929f
children c38c89684d83
line wrap: on
line diff
--- a/Applications/Generic/GuiAdapter.cpp	Tue Feb 04 15:24:03 2020 +0100
+++ b/Applications/Generic/GuiAdapter.cpp	Sun Feb 23 15:32:24 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)
   {