ekiga r6229 - in trunk: . src/endpoints



Author: dsandras
Date: Sun Apr 27 10:45:19 2008
New Revision: 6229
URL: http://svn.gnome.org/viewvc/ekiga?rev=6229&view=rev

Log:
Removed unuseful OnClearedCall method, as well as various
codec variables.


Modified:
   trunk/ChangeLog
   trunk/src/endpoints/manager.cpp
   trunk/src/endpoints/manager.h

Modified: trunk/src/endpoints/manager.cpp
==============================================================================
--- trunk/src/endpoints/manager.cpp	(original)
+++ trunk/src/endpoints/manager.cpp	Sun Apr 27 10:45:19 2008
@@ -747,20 +747,6 @@
 }
 
 
-void 
-GMManager::OnClearedCall (OpalCall & /*call*/)
-{
-  /* Play busy tone if we were connected */
-  /*
-  if (GetCallingState () == GMManager::Connected)
-    audiooutput_core.play_event("busy_tone_sound");
-*/
-
-
-  /* Reinitialize codecs */
-  re_audio_codec = tr_audio_codec = re_video_codec = tr_video_codec = "";
-}
-
 void
 GMManager::OnClosedMediaStream (const OpalMediaStream & stream)
 {

Modified: trunk/src/endpoints/manager.h
==============================================================================
--- trunk/src/endpoints/manager.h	(original)
+++ trunk/src/endpoints/manager.h	Sun Apr 27 10:45:19 2008
@@ -184,13 +184,6 @@
   void OnEstablished (OpalConnection &);
 
 
-  /* DESCRIPTION  :  This callback is called when a call is cleared. 
-   * BEHAVIOR     :  Updates the GUI to put it back in the StandBy mode.
-   * PRE          :  /
-   */
-  void OnClearedCall (OpalCall &);
-
-
   /** Return the list of available codecs
    * @return a set of the codecs and their descriptions
    */
@@ -345,14 +338,6 @@
   PMutex manager_access_mutex;
   PMutex sc_mutex;
 
-  
-  /* Used codecs */
-  PString re_audio_codec;
-  PString tr_audio_codec;
-  PString re_video_codec;
-  PString tr_video_codec;
-
-
   Ekiga::ServiceCore & core;
   Ekiga::Runtime & runtime;
   Ekiga::ConfBridge *bridge;



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