summaryrefslogtreecommitdiff
path: root/docs/tools
diff options
context:
space:
mode:
authorMartyn Russell <martyn@lanedo.com>2013-03-08 16:22:01 +0000
committerMartyn Russell <martyn@lanedo.com>2013-03-08 21:09:47 +0000
commit4303d743bb831eb8643fb0d122094da8d5e2c435 (patch)
tree642928c200b4559c1381aa0b2f096525cafb4d9e /docs/tools
parent8dd089b986ea8f52866b7d229beeb80adaa64ebd (diff)
downloadtracker-4303d743bb831eb8643fb0d122094da8d5e2c435.tar.gz
all: Remove use of g_type_init() now it's deprecated in GLib since 2.35.x
Diffstat (limited to 'docs/tools')
-rw-r--r--docs/tools/ontology-graph.c2
-rw-r--r--docs/tools/ttl2sgml.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/docs/tools/ontology-graph.c b/docs/tools/ontology-graph.c
index 2b62677f5..0417cefbf 100644
--- a/docs/tools/ontology-graph.c
+++ b/docs/tools/ontology-graph.c
@@ -635,8 +635,6 @@ main (int argc, char *argv[])
FILE *f = NULL;
GFile *dir;
- g_type_init ();
-
/* Translators: this messagge will apper immediately after the */
/* usage string - Usage: COMMAND [OPTION]... <THIS_MESSAGE> */
context = g_option_context_new ("- Generates graphviz for a TTL file");
diff --git a/docs/tools/ttl2sgml.c b/docs/tools/ttl2sgml.c
index 8cc930257..c796739de 100644
--- a/docs/tools/ttl2sgml.c
+++ b/docs/tools/ttl2sgml.c
@@ -61,8 +61,6 @@ main (gint argc, gchar **argv)
FILE *f = NULL;
FILE *fts = NULL;
- g_type_init ();
-
/* Translators: this messagge will apper immediately after the */
/* usage string - Usage: COMMAND [OPTION]... <THIS_MESSAGE> */
context = g_option_context_new ("- Generates HTML doc for a TTL file");