[ekiga/ds-fix-boost-leaks] Engine: Dropped chat related stuff.



commit 83efd0b9c27806bc7817d894e8b2ca674071f620
Author: Damien Sandras <dsandras seconix com>
Date:   Sun Jun 21 15:33:07 2015 +0200

    Engine: Dropped chat related stuff.
    
    We will come up with a new and clean design.

 lib/engine/engine.cpp                     |    3 ---
 lib/engine/gui/gtk-frontend/ekiga-app.cpp |    1 -
 2 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/lib/engine/engine.cpp b/lib/engine/engine.cpp
index 06ed4e8..d33fe69 100644
--- a/lib/engine/engine.cpp
+++ b/lib/engine/engine.cpp
@@ -47,7 +47,6 @@
 #include "account-core.h"
 #include "contact-core.h"
 #include "call-core.h"
-#include "chat-core.h"
 #include "friend-or-foe.h"
 #include "foe-list.h"
 #include "videooutput-core.h"
@@ -105,7 +104,6 @@ engine_init (Ekiga::ServiceCore& core,
   boost::shared_ptr<Ekiga::AccountCore> account_core (new Ekiga::AccountCore);
   boost::shared_ptr<Ekiga::ContactCore> contact_core (new Ekiga::ContactCore);
   boost::shared_ptr<Ekiga::CallCore> call_core (new Ekiga::CallCore (friend_or_foe, notification_core));
-  boost::shared_ptr<Ekiga::ChatCore> chat_core (new Ekiga::ChatCore);
   boost::shared_ptr<Ekiga::VideoOutputCore> videooutput_core (new Ekiga::VideoOutputCore);
   boost::shared_ptr<Ekiga::VideoInputCore> videoinput_core (new Ekiga::VideoInputCore (core, 
videooutput_core));
   boost::shared_ptr<Ekiga::AudioOutputCore> audiooutput_core (new Ekiga::AudioOutputCore (core));
@@ -115,7 +113,6 @@ engine_init (Ekiga::ServiceCore& core,
   boost::shared_ptr<Ekiga::PresenceCore> presence_core(new Ekiga::PresenceCore (details));
 
   core.add (contact_core);
-  core.add (chat_core);
   core.add (friend_or_foe);
   core.add (foe_list);
   core.add (videoinput_core);
diff --git a/lib/engine/gui/gtk-frontend/ekiga-app.cpp b/lib/engine/gui/gtk-frontend/ekiga-app.cpp
index 83f0fbd..bdcbbee 100644
--- a/lib/engine/gui/gtk-frontend/ekiga-app.cpp
+++ b/lib/engine/gui/gtk-frontend/ekiga-app.cpp
@@ -51,7 +51,6 @@
 #include "assistant-window.h"
 #include "preferences-window.h"
 #include "call-window.h"
-#include "chat-window.h"
 #include "ekiga-window.h"
 #include "statusicon.h"
 #include "roster-view-gtk.h"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]