diff options
author | Adam <Adam@anope.org> | 2011-02-04 15:30:31 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-02-04 15:30:31 -0500 |
commit | 08583dc107974252312fb7c87532c9deb68e7f63 (patch) | |
tree | 0c42ec7422752cabd8352b49be976b4dc100c56c /include/module.h | |
parent | c362a1e077d5ede9eadbe79483f2a755b5883e9a (diff) |
Moved the language strings which are only used once
out of the core and into the modules that use them.
Diffstat (limited to 'include/module.h')
-rw-r--r-- | include/module.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/module.h b/include/module.h index a879bf04a..4e4c96607 100644 --- a/include/module.h +++ b/include/module.h @@ -4,6 +4,5 @@ #include "services.h" #include "commands.h" #include "modules.h" -#define _(x) x #endif // MODULE_H |