aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/autoload.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/autoload.h')
-rw-r--r--src/autoload.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/autoload.h b/src/autoload.h
index b4338538..08a67866 100644
--- a/src/autoload.h
+++ b/src/autoload.h
@@ -123,11 +123,6 @@ public:
*/
int unload(const wcstring &cmd);
- /**
- Unloads all files.
- */
- void unload_all();
-
/** Check whether the given command could be loaded, but do not load it. */
bool can_load(const wcstring &cmd, const env_vars_snapshot_t &vars);