[Telepathy-commits] [telepathy-glib/master] ExampleEcho2Channel: don't guard against multiple invocation of class_init, GObject guarantees not to do this

Simon McVittie simon.mcvittie at collabora.co.uk
Thu Dec 18 10:41:44 PST 2008


20080605172859-53eee-c60781e6cd0b4bf36e32dd6166d15bc8983e6131.gz
---
 examples/cm/echo-message-parts/chan.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/examples/cm/echo-message-parts/chan.c b/examples/cm/echo-message-parts/chan.c
index 6c4853c..58e4a02 100644
--- a/examples/cm/echo-message-parts/chan.c
+++ b/examples/cm/echo-message-parts/chan.c
@@ -401,7 +401,6 @@ example_echo_2_channel_class_init (ExampleEcho2ChannelClass *klass)
   };
   GObjectClass *object_class = (GObjectClass *) klass;
   GParamSpec *param_spec;
-  static gboolean initialized = FALSE;
 
   g_type_class_add_private (klass, sizeof (ExampleEcho2ChannelPrivate));
 
-- 
1.5.6.5




More information about the Telepathy-commits mailing list