[evolution-data-server] Remove more unused code.
- From: Kjartan Maraas <kmaraas src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [evolution-data-server] Remove more unused code.
- Date: Fri, 25 Sep 2009 20:08:52 +0000 (UTC)
commit eda4b84089a4f0dadd56159775c0c09b8e14064f
Author: Kjartan Maraas <kmaraas gnome org>
Date: Fri Sep 25 22:08:45 2009 +0200
Remove more unused code.
calendar/libecal/e-cal-view-listener.c | 8 --------
1 files changed, 0 insertions(+), 8 deletions(-)
---
diff --git a/calendar/libecal/e-cal-view-listener.c b/calendar/libecal/e-cal-view-listener.c
index 9658602..ad6c459 100644
--- a/calendar/libecal/e-cal-view-listener.c
+++ b/calendar/libecal/e-cal-view-listener.c
@@ -146,11 +146,9 @@ impl_notifyObjectsModified (PortableServer_Servant servant,
CORBA_Environment *ev)
{
ECalViewListener *ql;
- ECalViewListenerPrivate *priv;
GList *object_list, *l;
ql = E_CAL_VIEW_LISTENER (bonobo_object_from_servant (servant));
- priv = ql->priv;
object_list = build_object_list (objects);
@@ -167,11 +165,9 @@ impl_notifyObjectsRemoved (PortableServer_Servant servant,
CORBA_Environment *ev)
{
ECalViewListener *ql;
- ECalViewListenerPrivate *priv;
GList *id_list, *l;
ql = E_CAL_VIEW_LISTENER (bonobo_object_from_servant (servant));
- priv = ql->priv;
id_list = build_id_list (ids);
@@ -189,10 +185,8 @@ impl_notifyQueryProgress (PortableServer_Servant servant,
CORBA_Environment *ev)
{
ECalViewListener *ql;
- ECalViewListenerPrivate *priv;
ql = E_CAL_VIEW_LISTENER (bonobo_object_from_servant (servant));
- priv = ql->priv;
g_signal_emit (G_OBJECT (ql), signals[VIEW_PROGRESS], 0, message, percent);
}
@@ -203,10 +197,8 @@ impl_notifyQueryDone (PortableServer_Servant servant,
CORBA_Environment *ev)
{
ECalViewListener *ql;
- ECalViewListenerPrivate *priv;
ql = E_CAL_VIEW_LISTENER (bonobo_object_from_servant (servant));
- priv = ql->priv;
g_signal_emit (G_OBJECT (ql), signals[VIEW_DONE], 0, convert_status (status));
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]