Remove bad assert from Translation, as well as <cassert> from other modules that don't use it

develop
Quietust 2012-01-24 10:57:25 -06:00
parent 466bf89578
commit a3904b99dd
3 changed files with 0 additions and 4 deletions

@ -29,7 +29,6 @@ distribution.
#include <vector>
#include <map>
#include <set>
#include <cassert>
#include <cstdlib>
using namespace std;

@ -29,7 +29,6 @@ distribution.
#include <vector>
#include <map>
#include <set>
#include <cassert>
#include <cstdlib>
using namespace std;

@ -27,7 +27,6 @@ distribution.
#include <string>
#include <vector>
#include <map>
#include <cassert>
using namespace std;
#include "modules/Translation.h"
@ -82,7 +81,6 @@ bool Translation::copyName(df::language_name * source, df::language_name * targe
string Translation::TranslateName(const df::language_name * name, bool inEnglish)
{
string out;
assert (d->Started);
if(!inEnglish)
{