[ekiga/ds-opal-refactoring] OpalEndPoint: Removed useless method.
- From: Damien Sandras <dsandras src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ekiga/ds-opal-refactoring] OpalEndPoint: Removed useless method.
- Date: Tue, 31 Mar 2015 16:14:20 +0000 (UTC)
commit 2869fee86d2d16c8c522c496e6d40e979f4b1d7b
Author: Damien Sandras <dsandras seconix com>
Date: Sat Mar 28 15:05:47 2015 +0100
OpalEndPoint: Removed useless method.
This is already done by OPAL.
.../components/opal/process/opal-endpoint.cpp | 6 ------
lib/engine/components/opal/process/opal-endpoint.h | 1 -
2 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/lib/engine/components/opal/process/opal-endpoint.cpp
b/lib/engine/components/opal/process/opal-endpoint.cpp
index b227e1c..9b6f047 100644
--- a/lib/engine/components/opal/process/opal-endpoint.cpp
+++ b/lib/engine/components/opal/process/opal-endpoint.cpp
@@ -562,12 +562,6 @@ OpalCall *Opal::EndPoint::CreateCall (void *uri)
return call;
}
-void
-Opal::EndPoint::DestroyCall (OpalCall* call)
-{
- delete call;
-}
-
void
Opal::EndPoint::HandleSTUNResult ()
diff --git a/lib/engine/components/opal/process/opal-endpoint.h
b/lib/engine/components/opal/process/opal-endpoint.h
index 434a97e..900e225 100644
--- a/lib/engine/components/opal/process/opal-endpoint.h
+++ b/lib/engine/components/opal/process/opal-endpoint.h
@@ -150,7 +150,6 @@ private:
boost::weak_ptr<Ekiga::CallCore> call_core;
OpalCall *CreateCall (void *uri);
- virtual void DestroyCall (OpalCall *);
void HandleSTUNResult ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]