aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
authorkremlin <ian@kremlin.cc>2014-07-03 23:26:51 +0800
committerkremlin <ian@kremlin.cc>2014-07-03 23:26:51 +0800
commit2068f216167f380e21f701531e4c19f85cda5937 (patch)
tree5fc7d5db767befe92b022803e47edffa455218f4 /src/config.h
parent76b67a1868f8e9f47121d87819147ac157889432 (diff)
downloadsystembsd-2068f216167f380e21f701531e4c19f85cda5937.tar
systembsd-2068f216167f380e21f701531e4c19f85cda5937.tar.gz
systembsd-2068f216167f380e21f701531e4c19f85cda5937.tar.bz2
systembsd-2068f216167f380e21f701531e4c19f85cda5937.tar.lz
systembsd-2068f216167f380e21f701531e4c19f85cda5937.tar.xz
systembsd-2068f216167f380e21f701531e4c19f85cda5937.tar.zst
systembsd-2068f216167f380e21f701531e4c19f85cda5937.zip
cut out old XML install cruft
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h14
1 files changed, 0 insertions, 14 deletions
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 */