aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/main.c b/src/main.c
index f8cb5ef..b2a481d 100644
--- a/src/main.c
+++ b/src/main.c
@@ -29,13 +29,6 @@ gboolean systemd_utils_init() {
g_printf("FAILED to open config %s!\n", tmp);
return FALSE;
}
- /*if(!init_xml()) {
- const gchar * const *tmp;
- tmp = g_get_system_data_dirs();
-
- g_printf("FAILED to install xml configs in %s!\n", tmp[0]);
- return FALSE;
- }*/
return TRUE;
}