aboutsummaryrefslogtreecommitdiffstats
path: root/a11y/gal-a11y-factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'a11y/gal-a11y-factory.h')
-rw-r--r--a11y/gal-a11y-factory.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/a11y/gal-a11y-factory.h b/a11y/gal-a11y-factory.h
index 22da85eca8..c3edc3033b 100644
--- a/a11y/gal-a11y-factory.h
+++ b/a11y/gal-a11y-factory.h
@@ -86,9 +86,4 @@ type_as_function ## _factory_get_type (void) \
return t; \
}
-#define GAL_A11Y_WIDGET_SET_FACTORY(widget_type, type_as_function) \
- atk_registry_set_factory_type (atk_get_default_registry (), \
- widget_type, \
- type_as_function ## _factory_get_type ())
-
#endif /* _GAL_A11Y_FACTORY_H__ */