summaryrefslogtreecommitdiff
path: root/export_xml.c
diff options
context:
space:
mode:
Diffstat (limited to 'export_xml.c')
-rw-r--r--export_xml.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/export_xml.c b/export_xml.c
index 4f77bbc..91f5af0 100644
--- a/export_xml.c
+++ b/export_xml.c
@@ -87,10 +87,6 @@ int export_xml(struct channel_t *channel, struct user_t *users) {
xmlTextWriterWriteFormatString(writer, "%lu", user->seen_last);
xmlTextWriterEndElement(writer);
- xmlTextWriterStartElement(writer, (const xmlChar*)"time_total");
- xmlTextWriterWriteFormatString(writer, "%lu", user->time_total);
- xmlTextWriterEndElement(writer);
-
/* Add lines for this user. */
xmlTextWriterStartElement(writer, (const xmlChar*)"lines");
for(int h = 0; h < 24; h++) {