diff options
author | David Ostrovsky <david@ostrovsky.org> | 2015-10-24 19:17:24 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-10-24 18:57:04 +0000 |
commit | 11fc708e71054dcd512a81981e735db375e79aa4 (patch) | |
tree | c878d72acc121c342eb182a2a23bd47271f85d19 /extensions/source | |
parent | 4fc31c1569ba1dc0e2e3aaf9eb8f0747776daa04 (diff) |
Remove left over references to SYSTEM_MOZILLA
In a0c53a961a0af21f69f592b43799cd635c994810 SYSTEM_MOZILLA was removed.
Change-Id: I421a293c7611dd5ed0d810c9c8a80f19faf1689a
Reviewed-on: https://gerrit.libreoffice.org/19580
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'extensions/source')
-rw-r--r-- | extensions/source/plugin/inc/plugin/unx/plugcon.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/extensions/source/plugin/inc/plugin/unx/plugcon.hxx b/extensions/source/plugin/inc/plugin/unx/plugcon.hxx index 07932960f91f..ad3fc67d7126 100644 --- a/extensions/source/plugin/inc/plugin/unx/plugcon.hxx +++ b/extensions/source/plugin/inc/plugin/unx/plugcon.hxx @@ -55,12 +55,6 @@ extern "C" { #endif #define MOZ_X11 #include <stdio.h> -#ifdef SYSTEM_MOZILLA -#ifndef OJI -# define OJI -#endif -#define MOZ_X11 -#endif #if ! defined ( _NPAPI_H_) && ! defined (npapi_h_) extern "C" { |