cut out old XML install cruft
[systembsd.git] / src / config.h
index 3fdf1835fb0e357bb2ef1bdccaf1f1e5205e9be3..50224a9540475cce578f3cd82ddfbbc6dd61199d 100644 (file)
@@ -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 */