From 8d26ff7de24dde445de5f04f5c192152f5c5b885 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Sun, 13 Jan 2019 16:45:35 +0100 Subject: [PATCH] module: module->begin_expose() have been removed --- module.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/module.h b/module.h index ed57560..81d70af 100644 --- a/module.h +++ b/module.h @@ -36,10 +36,6 @@ struct module { /* * Called by module_begin_expose(). Should return an * 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);