summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-www/galeon/files')
-rw-r--r--net-www/galeon/files/galeon-1.2.6-to-printpreview.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/net-www/galeon/files/galeon-1.2.6-to-printpreview.patch b/net-www/galeon/files/galeon-1.2.6-to-printpreview.patch
deleted file mode 100644
index e8c12fb962eb..000000000000
--- a/net-www/galeon/files/galeon-1.2.6-to-printpreview.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff -urw galeon-1.2.6/src/mozilla/GaleonWrapper.cpp galeon-1.2.6-spd/src/mozilla/GaleonWrapper.cpp
---- galeon-1.2.6/src/mozilla/GaleonWrapper.cpp Thu Sep 5 01:00:26 2002
-+++ galeon-1.2.6-spd/src/mozilla/GaleonWrapper.cpp Fri Sep 20 14:08:40 2002
-@@ -182,11 +182,7 @@
- }
- else
- {
--#if MOZILLA_SNAPSHOT > 1
- result = print->PrintPreview(options, nsnull, nsnull);
--#else
-- result = print->PrintPreview(options);
--#endif
- }
-
- return result;