ekiga r6227 - in trunk: . src/endpoints
- From: dsandras svn gnome org
- To: svn-commits-list gnome org
- Subject: ekiga r6227 - in trunk: . src/endpoints
- Date: Sun, 27 Apr 2008 11:23:51 +0100 (BST)
Author: dsandras
Date: Sun Apr 27 10:23:51 2008
New Revision: 6227
URL: http://svn.gnome.org/viewvc/ekiga?rev=6227&view=rev
Log:
Removed deprecated DeviceVolume methods.
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:23:51 2008
@@ -793,19 +793,6 @@
}
-bool
-GMManager::DeviceVolume (PSoundChannel *sound_channel,
- G_GNUC_UNUSED bool is_encoding,
- bool set,
- unsigned int &vol)
-{
- if (sound_channel == NULL)
- return false;
-
- return set ? sound_channel->SetVolume (vol) : sound_channel->GetVolume (vol);
-}
-
-
void
GMManager::OnMWIReceived (const PString & account,
const PString & mwi)
Modified: trunk/src/endpoints/manager.h
==============================================================================
--- trunk/src/endpoints/manager.h (original)
+++ trunk/src/endpoints/manager.h Sun Apr 27 10:23:51 2008
@@ -312,8 +312,6 @@
void OnHold (OpalConnection & connection);
- bool DeviceVolume (PSoundChannel *, bool, bool, unsigned int &);
-
private:
void GetAllowedFormats (OpalMediaFormatList & full_list);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]