mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-17 02:01:15 +00:00
removing stupid dumb useless code fish
This commit is contained in:
parent
4cbe2e1622
commit
ad8c51ab8f
1 changed files with 0 additions and 11 deletions
|
@ -1860,7 +1860,6 @@ static void readframe(MYFILE *f, INT32 num)
|
||||||
char *word1;
|
char *word1;
|
||||||
char *word2 = NULL;
|
char *word2 = NULL;
|
||||||
char *tmp;
|
char *tmp;
|
||||||
INT32 j;
|
|
||||||
|
|
||||||
do
|
do
|
||||||
{
|
{
|
||||||
|
@ -1875,16 +1874,6 @@ static void readframe(MYFILE *f, INT32 num)
|
||||||
if (s == tmp)
|
if (s == tmp)
|
||||||
continue; // Skip comment lines, but don't break.
|
continue; // Skip comment lines, but don't break.
|
||||||
|
|
||||||
for (j = 0; s[j] != '\n'; j++)
|
|
||||||
{
|
|
||||||
if (s[j] == '=')
|
|
||||||
{
|
|
||||||
j += 2;
|
|
||||||
j = atoi(&s[j]);
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
word1 = strtok(s, " ");
|
word1 = strtok(s, " ");
|
||||||
if (word1)
|
if (word1)
|
||||||
strupr(word1);
|
strupr(word1);
|
||||||
|
|
Loading…
Reference in a new issue