module: module->begin_expose() have been removed

This commit is contained in:
Daniel Eklöf 2019-01-13 16:45:35 +01:00
parent 76d135e257
commit 8d26ff7de2

View file

@ -36,10 +36,6 @@ struct module {
/* /*
* Called by module_begin_expose(). Should return an * Called by module_begin_expose(). Should return an
* exposable (an instantiated particle). * exposable (an instantiated particle).
*
* You may also choose to implement begin_expose(), expose() and
* end_expose() yourself, in which case you do *not* have to
* implement content().
*/ */
struct exposable *(*content)(struct module *mod); struct exposable *(*content)(struct module *mod);