[Telepathy-commits] [telepathy-gabble/master] _gabble_muc_channel_state_receive: remove useless priv pointer
Guillaume Desmottes
guillaume.desmottes at collabora.co.uk
Wed Mar 18 07:22:18 PDT 2009
---
src/muc-channel.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/src/muc-channel.c b/src/muc-channel.c
index eb3deee..9ba8177 100644
--- a/src/muc-channel.c
+++ b/src/muc-channel.c
@@ -2460,11 +2460,8 @@ _gabble_muc_channel_state_receive (GabbleMucChannel *chan,
guint state,
guint from_handle)
{
- GabbleMucChannelPrivate *priv;
-
g_assert (state < NUM_TP_CHANNEL_CHAT_STATES);
g_assert (GABBLE_IS_MUC_CHANNEL (chan));
- priv = GABBLE_MUC_CHANNEL_GET_PRIVATE (chan);
tp_svc_channel_interface_chat_state_emit_chat_state_changed (chan,
from_handle, state);
--
1.5.6.5
More information about the telepathy-commits
mailing list