summaryrefslogtreecommitdiffhomepage
path: root/src/authors.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/authors.c')
-rw-r--r--src/authors.c50
1 files changed, 0 insertions, 50 deletions
diff --git a/src/authors.c b/src/authors.c
deleted file mode 100644
index 496df93..0000000
--- a/src/authors.c
+++ /dev/null
@@ -1,50 +0,0 @@
-
-/* NOTE: This file is auto-generated from authors.xml, do not edit it. */
-
-#include "authors.h"
-
-static const char * const authors[] =
-{
- "Andrew Stribblehill",
- "Chris Lightfoot",
- "Daniel Egger",
- "David Shanks",
- "Dmitry Semyonov",
- "George Talusan",
- "James E. Flemer",
- "Jeremy Hinegardner",
- "John van der Kamp",
- "Jordi Mallach",
- "Kim Holviala",
- "Mathew Mrosko",
- "Matthew Dempsky",
- "Michael Adam",
- "Moritz Muehlenhoff",
- "Mukund Sivaraman",
- "Petr Lampa",
- "Robert James Kaes",
- "Steven Young",
- NULL
-};
-
-static const char * const documenters[] =
-{
- "Marc Silver",
- "Michael Adam",
- "Mukund Sivaraman",
- "Robert James Kaes",
- "Steven Young",
- NULL
-};
-
-const char * const *
-authors_get_authors (void)
-{
- return authors;
-}
-
-const char * const *
-authors_get_documenters (void)
-{
- return documenters;
-}