phonemgr r335 - in trunk: . telepathy
- From: hadess svn gnome org
- To: svn-commits-list gnome org
- Subject: phonemgr r335 - in trunk: . telepathy
- Date: Wed, 4 Feb 2009 17:01:15 +0000 (UTC)
Author: hadess
Date: Wed Feb 4 17:01:14 2009
New Revision: 335
URL: http://svn.gnome.org/viewvc/phonemgr?rev=335&view=rev
Log:
2009-02-04 Bastien Nocera <hadess hadess net>
* telepathy/im-channel.c (phoney_im_channel_get_interfaces),
(chat_state_iface_init), (phoney_im_channel_send): A few more
warning fixes
Modified:
trunk/ChangeLog
trunk/telepathy/im-channel.c
Modified: trunk/telepathy/im-channel.c
==============================================================================
--- trunk/telepathy/im-channel.c (original)
+++ trunk/telepathy/im-channel.c Wed Feb 4 17:01:14 2009
@@ -113,7 +113,6 @@
phoney_im_channel_get_interfaces (TpSvcChannel *iface,
DBusGMethodInvocation *context)
{
- const char *no_interfaces[] = { NULL };
const char *chat_state_ifaces[] =
{ TP_IFACE_CHANNEL_INTERFACE_CHAT_STATE, NULL };
tp_svc_channel_return_from_get_interfaces (context, chat_state_ifaces);
@@ -136,8 +135,6 @@
static void
chat_state_iface_init (gpointer g_iface, gpointer iface_data)
{
- TpSvcChannelInterfaceChatStateClass *klass =
- (TpSvcChannelInterfaceChatStateClass *)g_iface;
}
void
@@ -149,7 +146,6 @@
PhoneyIMChannel *self = PHONEY_IM_CHANNEL (channel);
PhoneyIMChannelPrivate *priv = PHONEY_IM_CHANNEL_GET_PRIVATE (self);
TpHandleRepoIface *contact_handles;
- TpHandle handle;
GError *error = NULL;
PhonemgrListener *listener;
char *message;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]