summaryrefslogtreecommitdiff
path: root/examples/continuous-twitter.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/continuous-twitter.c')
-rw-r--r--examples/continuous-twitter.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/examples/continuous-twitter.c b/examples/continuous-twitter.c
index dc06bde..7a915e0 100644
--- a/examples/continuous-twitter.c
+++ b/examples/continuous-twitter.c
@@ -4,7 +4,7 @@
*
* Authors: Rob Bradford <rob@linux.intel.com>
* Ross Burton <ross@linux.intel.com>
- *
+ *
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU Lesser General Public License,
* version 2.1, as published by the Free Software Foundation.
@@ -43,10 +43,6 @@ main (int argc, char **argv)
char pin[256];
GMainLoop *loop;
-#if !GLIB_CHECK_VERSION (2, 36, 0)
- g_type_init ();
-#endif
-
loop = g_main_loop_new (NULL, FALSE);
/* Create the proxy */