(svn r18339) -Cleanup: remove SKIP support from strgen too

This commit is contained in:
rubidium
2009-11-29 17:24:39 +00:00
parent 359493bc36
commit 80fe9e3dd2
3 changed files with 0 additions and 7 deletions

View File

@@ -801,10 +801,6 @@ static char *FormatString(char *buff, const char *str, int64 *argv, uint casei,
break;
}
case SCC_SKIP: // {SKIP}
argv++;
break;
/* This sets up the gender for the string.
* We just ignore this one. It's used in {G 0 Der Die Das} to determine the case. */
case SCC_GENDER_INDEX: // {GENDER 0}