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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user