summaryrefslogtreecommitdiff
path: root/src/egg-macros.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/egg-macros.h')
-rw-r--r--src/egg-macros.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/egg-macros.h b/src/egg-macros.h
index 6e56e2e..5dc4d2e 100644
--- a/src/egg-macros.h
+++ b/src/egg-macros.h
@@ -88,7 +88,6 @@ type_as_function ## _get_type (void) \
parent_type, parent_type_macro) \
g_type_register_static (parent_type_macro, #type, &object_info, 0)
-
#define EGG_DEFINE_BOXED_TYPE(TN, t_n) \
EGG_DEFINE_BOXED_TYPE_WITH_CODE(TN, t_n, {});