aboutsummaryrefslogtreecommitdiffstats
path: root/include/modules.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/modules.h')
-rw-r--r--include/modules.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/modules.h b/include/modules.h
index 41d0f658..cb239ee2 100644
--- a/include/modules.h
+++ b/include/modules.h
@@ -140,9 +140,6 @@ extern void load_module(char *path);
/* load all modules */
extern void load_all_modules(bool warn);
-/* load core modules */
-extern void load_core_modules(bool);
-
extern bool unload_one_module(const char *, bool);
extern bool load_one_module(const char *, int, bool);
extern bool load_a_module(const char *, bool, int, bool);