From 2068f216167f380e21f701531e4c19f85cda5937 Mon Sep 17 00:00:00 2001 From: kremlin Date: Thu, 3 Jul 2014 10:26:51 -0500 Subject: cut out old XML install cruft --- src/config.h | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'src/config.h') diff --git a/src/config.h b/src/config.h index 3fdf183..50224a9 100644 --- a/src/config.h +++ b/src/config.h @@ -1,20 +1,6 @@ -/*our buffers for xml config file contents */ -static gchar **hostnamed_ispect_xml, **hostnamed_dbus_xml, - **localed_ispect_xml, **localed_dbus_xml, - **timedated_ispect_xml, **timedated_dbus_xml, - **logind_ispect_xml, **logind_dbus_xml; - /* manually increment this if adding new functionality/config files */ static const guint XML_FILE_COUNT = 8; -/* i'm not sure we even need to load in ispect xml.. -gchar **xml_contents[] = { - hostnamed_ispect_xml, hostnamed_dbus_xml, - localed_ispect_xml, localed_dbus_xml, - timedated_ispect_xml, timedated_dbus_xml, - logind_ispect_xml, logind_dbus_xml -};*/ - /* TODO ifdef allowed editable xml only take files that meet exact sizes * of ones hashed below */ -- cgit v1.2.3