From 115011bddb58d755f99858c9a619812b4f811fcf Mon Sep 17 00:00:00 2001 From: "neil%parkwaycc.co.uk" Date: Fri, 30 Apr 2004 18:28:49 +0000 Subject: [PATCH] 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 --- .../modules/plugin/base/src/nsPluginsDirWin.cpp | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/mozilla/modules/plugin/base/src/nsPluginsDirWin.cpp b/mozilla/modules/plugin/base/src/nsPluginsDirWin.cpp index af8cc38ded8..af0c1f7074b 100644 --- a/mozilla/modules/plugin/base/src/nsPluginsDirWin.cpp +++ b/mozilla/modules/plugin/base/src/nsPluginsDirWin.cpp @@ -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;