From 16854ae7932aca4e603e9db5ba18ebf33fd24ca9 Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 21 Jun 2010 00:02:57 -0400 Subject: Fixed a few Windows problems with cleaning out the runtime directory --- src/module.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/module.cpp') diff --git a/src/module.cpp b/src/module.cpp index 7f9e7fd0d..0556abc4e 100644 --- a/src/module.cpp +++ b/src/module.cpp @@ -36,8 +36,6 @@ Module::~Module() for (i = 0; i < NUM_LANGS; ++i) this->DeleteLanguage(i); - remove(this->filename.c_str()); - /* Clear any active callbacks this module has */ ModuleManager::ClearCallBacks(this); -- cgit