[ekiga] Removed use of engine.h from opal's audio code
- From: Julien Puydt <jpuydt src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [ekiga] Removed use of engine.h from opal's audio code
- Date: Tue, 13 Oct 2009 18:59:12 +0000 (UTC)
commit 448b62a5c0adc640c63e387adc07a3c2d0801338
Author: Julien Puydt <jpuydt gnome org>
Date: Mon Oct 12 18:45:11 2009 +0200
Removed use of engine.h from opal's audio code
I wonder what that plugin code was used for...
lib/engine/components/opal/opal-audio.cpp | 27 ---------------------------
1 files changed, 0 insertions(+), 27 deletions(-)
---
diff --git a/lib/engine/components/opal/opal-audio.cpp b/lib/engine/components/opal/opal-audio.cpp
index d1e8d47..816d147 100644
--- a/lib/engine/components/opal/opal-audio.cpp
+++ b/lib/engine/components/opal/opal-audio.cpp
@@ -42,38 +42,11 @@
#pragma implementation "opal-audio.h"
#include "opal-audio.h"
-#include "engine.h"
namespace OpalLinkerHacks {
int loadOpalAudio;
}
-/* Plugin definition */
-class PSoundChannel_EKIGA_PluginServiceDescriptor
-: public PDevicePluginServiceDescriptor
-{
- public:
- virtual PObject *CreateInstance (int) const
- {
- return new PSoundChannel_EKIGA (*(engine_get_service_core ()));
- }
-
-
- virtual PStringArray GetDeviceNames(int) const
- {
- return PStringList("EKIGA");
- }
-
- virtual bool ValidateDeviceName (const PString & deviceName,
- int) const
- {
- return deviceName.Find("EKIGA") == 0;
- }
-} PSoundChannel_EKIGA_descriptor;
-
-PCREATE_PLUGIN(EKIGA, PSoundChannel, &PSoundChannel_EKIGA_descriptor);
-
-
///////////////////////////////////////////////////////////////////////////////
PSoundChannel_EKIGA::PSoundChannel_EKIGA (Ekiga::ServiceCore & _core):
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]