summaryrefslogtreecommitdiff
path: root/champlain-gtk/champlain-gtk-enum-types.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'champlain-gtk/champlain-gtk-enum-types.h.in')
-rw-r--r--champlain-gtk/champlain-gtk-enum-types.h.in24
1 files changed, 0 insertions, 24 deletions
diff --git a/champlain-gtk/champlain-gtk-enum-types.h.in b/champlain-gtk/champlain-gtk-enum-types.h.in
deleted file mode 100644
index 3c3561a..0000000
--- a/champlain-gtk/champlain-gtk-enum-types.h.in
+++ /dev/null
@@ -1,24 +0,0 @@
-/*** BEGIN file-header ***/
-#ifndef __CHAMPLAIN_GTK_ENUM_TYPES_H__
-#define __CHAMPLAIN_GTK_ENUM_TYPES_H__
-
-#include <glib-object.h>
-
-G_BEGIN_DECLS
-/*** END file-header ***/
-
-/*** BEGIN file-production ***/
-
-/* enumerations from "@filename@" */
-/*** END file-production ***/
-
-/*** BEGIN value-header ***/
-GType @enum_name@_get_type (void) G_GNUC_CONST;
-#define CHAMPLAIN_GTK_TYPE_@ENUMSHORT@ @enum_name@_get_type()
-/*** END value-header ***/
-
-/*** BEGIN file-tail ***/
-G_END_DECLS
-
-#endif /* __CHAMPLAIN_GTK_ENUM_TYPES_H__ */
-/*** END file-tail ***/