diff options
| author | 2021-08-17 21:13:05 +0100 | |
|---|---|---|
| committer | 2021-08-17 21:13:05 +0100 | |
| commit | 8e6d811f34146ab4591e9ca88d5b84cf0c4bca52 (patch) | |
| tree | f2fb6c6422c962468b4e4930186e494d6f570e28 /src/modules.cpp | |
| parent | Fix the Detach method which got borked during a rebase. (diff) | |
Remove a bunch of unnecessary whitespace.
Diffstat (limited to 'src/modules.cpp')
| -rw-r--r-- | src/modules.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules.cpp b/src/modules.cpp index 6e77c5edf..f76dca5b6 100644 --- a/src/modules.cpp +++ b/src/modules.cpp @@ -208,7 +208,6 @@ bool ModuleManager::Detach(Implementation i, Module* mod) return stdalgo::erase(EventHandlers[i], mod); } - void ModuleManager::Attach(Implementation* i, Module* mod, size_t sz) { for (size_t n = 0; n < sz; ++n) |
