aboutsummaryrefslogtreecommitdiff
path: root/build-aux/mm-errors-template.h
diff options
context:
space:
mode:
Diffstat (limited to 'build-aux/mm-errors-template.h')
-rw-r--r--build-aux/mm-errors-template.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/build-aux/mm-errors-template.h b/build-aux/mm-errors-template.h
deleted file mode 100644
index 72c90cf5..00000000
--- a/build-aux/mm-errors-template.h
+++ /dev/null
@@ -1,23 +0,0 @@
-/*** BEGIN file-header ***/
-
-#include <glib-object.h>
-
-G_BEGIN_DECLS
-/*** END file-header ***/
-
-/*** BEGIN file-production ***/
-
-/* enumerations from "@filename@" */
-/*** END file-production ***/
-
-/*** BEGIN value-header ***/
-GQuark @enum_name@_quark (void); /* implemented in mm-errors-quarks.c */
-GType @enum_name@_get_type (void) G_GNUC_CONST;
-#define @ENUMNAME@ (@enum_name@_quark ())
-#define @ENUMPREFIX@_TYPE_@ENUMSHORT@ (@enum_name@_get_type ())
-/*** END value-header ***/
-
-/*** BEGIN file-tail ***/
-G_END_DECLS
-
-/*** END file-tail ***/