[ekiga] Remove debug code which shouldn't have been committed in Opal::Call



commit 983827cafdfdac826429595ee13f66b388426607
Author: Julien Puydt <jpuydt free fr>
Date:   Mon Feb 11 22:08:11 2013 +0100

    Remove debug code which shouldn't have been committed in Opal::Call

 lib/engine/components/opal/opal-call.cpp |    6 ------
 lib/engine/components/opal/opal-call.h   |    2 --
 2 files changed, 0 insertions(+), 8 deletions(-)
---
diff --git a/lib/engine/components/opal/opal-call.cpp b/lib/engine/components/opal/opal-call.cpp
index 9f89a6a..704b7a7 100644
--- a/lib/engine/components/opal/opal-call.cpp
+++ b/lib/engine/components/opal/opal-call.cpp
@@ -115,12 +115,6 @@ Opal::Call::Call (Opal::CallManager& _manager,
   NoAnswerTimer.SetNotifier (PCREATE_NOTIFIER (OnNoAnswerTimeout));
 }
 
-
-Opal::Call::~Call ()
-{
-  std::cout << __PRETTY_FUNCTION__ << std::endl;
-}
-
 void
 Opal::Call::set_engine_services (boost::shared_ptr<Ekiga::NotificationCore> _notification_core,
 				 boost::shared_ptr<Ekiga::CallCore> _call_core)
diff --git a/lib/engine/components/opal/opal-call.h b/lib/engine/components/opal/opal-call.h
index b5ce778..9812f1d1 100644
--- a/lib/engine/components/opal/opal-call.h
+++ b/lib/engine/components/opal/opal-call.h
@@ -66,8 +66,6 @@ public:
     Call (CallManager &_manager,
           const std::string & uri);
 
-    ~Call ();
-
     /*
      * Call Management
      */


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