summaryrefslogtreecommitdiff
path: root/examples/post-twitter.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/post-twitter.c')
-rw-r--r--examples/post-twitter.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/examples/post-twitter.c b/examples/post-twitter.c
index 061221f..d87eb24 100644
--- a/examples/post-twitter.c
+++ b/examples/post-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.
@@ -31,10 +31,6 @@ main (int argc, char **argv)
GError *error = NULL;
char pin[256];
-#if !GLIB_CHECK_VERSION (2, 36, 0)
- g_type_init ();
-#endif
-
if (argc != 2) {
g_printerr ("$ post-twitter \"message\"\n");
return 1;