author | ecalot
<ecalot> 2005-03-25 06:22:45 UTC |
committer | ecalot
<ecalot> 2005-03-25 06:22:45 UTC |
parent | 815497e33de1c71ca7f24b156095096d614555bf |
PR/doc/changelog.txt | +0 | -2 |
PR/src/lib/xml/parse.c | +0 | -4 |
diff --git a/PR/doc/changelog.txt b/PR/doc/changelog.txt index 6ddaaf2..b1556de 100644 --- a/PR/doc/changelog.txt +++ b/PR/doc/changelog.txt @@ -139,8 +139,6 @@ Versions: x Code the compression algorithms Lzg to optimize compiled bitmap dat files -create prlib.h - 2) ToDo List & Future Plans: * PR v1.1: diff --git a/PR/src/lib/xml/parse.c b/PR/src/lib/xml/parse.c index b311593..f8660a2 100644 --- a/PR/src/lib/xml/parse.c +++ b/PR/src/lib/xml/parse.c @@ -544,8 +544,6 @@ void freeParsedStructure(tTag** structure) { | Resource tree browsing for DLL | \***************************************************************/ -#ifdef DLL - tTag* resourceTreeGetNext (tTag* whereAmI) { return whereAmI->next; } @@ -570,5 +568,3 @@ int resourceTreeGetInfo (tTag* whereAmI, char** tag, char** desc, char** path, return 1; } -#endif -