Removing unused function b=217089 p=mbockelkamp@web.de r=timeless sr=alecf

git-svn-id: svn://10.0.0.236/trunk@155762 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
neil%parkwaycc.co.uk
2004-04-30 18:28:49 +00:00
parent da98179045
commit 115011bddb

View File

@@ -58,20 +58,6 @@
/* Local helper functions */
static char* GetFileName(const char* pathname)
{
const char* filename = nsnull;
// this is most likely a path, so skip to the filename
filename = PL_strrchr(pathname, '/');
if(filename)
++filename;
else
filename = pathname;
return PL_strdup(filename);
}
static char* GetKeyValue(char* verbuf, char* key)
{
char *buf = NULL;