1
0
mirror of https://github.com/anope/anope.git synced 2026-06-25 03:46:36 +02:00

Moved moduleDeleteLanguage() to Module::DeleteLanguage().

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1800 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
cyberbotx
2008-11-27 03:13:27 +00:00
parent 2e41f43ace
commit 3964ead17e
3 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ Module::~Module()
mod_current_module = this;
for (i = 0; i < NUM_LANGS; i++)
moduleDeleteLanguage(i);
this->DeleteLanguage(i);
remove(this->filename.c_str());