summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAttila Molnar <attilamolnar@hush.com>2016-08-29 14:30:41 +0200
committerAttila Molnar <attilamolnar@hush.com>2016-08-29 14:30:41 +0200
commitf9455b925dcccfed2accbeb282f82a9a3d8458f6 (patch)
treeba924238a17c95e832fc378a0c25c39592b9ed64 /include
parent3c11bda15af1f9d1eb74f561a5a00949efe813d6 (diff)
Remove unused EventHandlerIter typedef
Diffstat (limited to 'include')
-rw-r--r--include/modules.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/modules.h b/include/modules.h
index 7acab3cf6..4f18524c8 100644
--- a/include/modules.h
+++ b/include/modules.h
@@ -1004,10 +1004,6 @@ class CoreExport Module : public classbase, public usecountbase
*/
typedef std::vector<Module*> IntModuleList;
-/** An event handler iterator
- */
-typedef IntModuleList::iterator EventHandlerIter;
-
/** ModuleManager takes care of all things module-related
* in the core.
*/