Got rid of errorString. Renumbered error codes. Got rid of error string tables.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@401 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
@@ -1888,13 +1888,6 @@ RCODE F_DbSystem::init( void)
|
||||
goto Exit;
|
||||
}
|
||||
|
||||
// Check the error code tables
|
||||
|
||||
if( RC_BAD( rc = checkErrorCodeTables()))
|
||||
{
|
||||
goto Exit;
|
||||
}
|
||||
|
||||
// Initialize all of the fields
|
||||
|
||||
gv_XFlmSysData.uiMaxUnusedTime = FLM_SECS_TO_TIMER_UNITS(
|
||||
|
||||
Reference in New Issue
Block a user