From 82aaeb693089b0f44c3d2d56e9816775ad55b7a6 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Thu, 25 Sep 2003 03:24:23 +0000 Subject: Remove patches forgotten in the previous commit. --- .../files/patch-mozilla_TOCProtocolHandler.cpp | 40 ---------------------- 1 file changed, 40 deletions(-) delete mode 100644 www/galeon2/files/patch-mozilla_TOCProtocolHandler.cpp (limited to 'www/galeon2/files/patch-mozilla_TOCProtocolHandler.cpp') diff --git a/www/galeon2/files/patch-mozilla_TOCProtocolHandler.cpp b/www/galeon2/files/patch-mozilla_TOCProtocolHandler.cpp deleted file mode 100644 index 37f1b5483be2..000000000000 --- a/www/galeon2/files/patch-mozilla_TOCProtocolHandler.cpp +++ /dev/null @@ -1,40 +0,0 @@ ---- mozilla/TOCProtocolHandler.cpp.orig Sat Jun 14 11:42:57 2003 -+++ mozilla/TOCProtocolHandler.cpp Mon Jul 21 11:30:04 2003 -@@ -83,8 +83,8 @@ - oStream->Write (str.c_str(), str.size(), &bytesWriten); - - static void ParseEnvPath(const nsCString &path, list &dirs); --static int gHelpSelect (const struct dirent *dirEntry); --static int gnomeHelpSelect (const struct dirent *dirEntry); -+static int gHelpSelect (struct dirent *dirEntry); -+static int gnomeHelpSelect (struct dirent *dirEntry); - static void RenderContentType (nsIOutputStream *oStream, PRUint32 &bytesWriten); - - /* Implementation file */ -@@ -362,7 +362,7 @@ - } - - NS_METHOD GTOCProtocolHandler::CreateHelpPage (const char *type, -- int (*select)(const struct dirent *)) -+ int (*select)(struct dirent *)) - { - nsresult rv; - -@@ -445,7 +445,7 @@ - } - } - --int gHelpSelect (const struct dirent *dirEntry) -+int gHelpSelect (struct dirent *dirEntry) - { - #ifdef NOT_PORTED - char *helpPath = gnome_help_file_find_file ( -@@ -461,7 +461,7 @@ - #endif - } - --int gnomeHelpSelect (const struct dirent *dirEntry) -+int gnomeHelpSelect (struct dirent *dirEntry) - { - #ifdef NOT_PORTED - nsCString fileName = dirEntry->d_name; -- cgit v1.2.3