summaryrefslogtreecommitdiff
path: root/pcr/kompozer/NS_IMETHOD_i686.patch
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-01-28 03:27:16 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-01-28 03:27:16 +0000
commit462391357aa5e749dc9908c15f3baa0b4416f3d8 (patch)
tree11d4d3f054aae9ffd869adc634054f64a16d83b8 /pcr/kompozer/NS_IMETHOD_i686.patch
parent748e32a3a886569b58a27003e85b76be5746153d (diff)
Tue Jan 28 03:22:21 UTC 2014
Diffstat (limited to 'pcr/kompozer/NS_IMETHOD_i686.patch')
-rw-r--r--pcr/kompozer/NS_IMETHOD_i686.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/pcr/kompozer/NS_IMETHOD_i686.patch b/pcr/kompozer/NS_IMETHOD_i686.patch
deleted file mode 100644
index 79abc50de..000000000
--- a/pcr/kompozer/NS_IMETHOD_i686.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- xpcom/base/nscore.h 2009-05-02 17:43:48.000000000 +0100
-+++ xpcom/base/nscore.h 2012-08-10 23:08:07.168628118 +0100
-@@ -182,7 +182,7 @@
- #define NS_IMPORT_(type) NS_EXTERNAL_VIS_(type)
- #define NS_EXPORT NS_EXTERNAL_VIS
- #define NS_EXPORT_(type) NS_EXTERNAL_VIS_(type)
--#define NS_IMETHOD_(type) virtual IMETHOD_VISIBILITY type NS_DEFCALL
-+#define NS_IMETHOD_(type) virtual type
- #define NS_IMETHODIMP_(type) type
- #define NS_METHOD_(type) type
- #define NS_CALLBACK_(_type, _name) _type (* _name)