changeset 724:15b3aaef3a81

Remove only occurence of LEGACY_XULRUNNERAPI
author Adam Domurad <adomurad@redhat.com>
date Thu, 02 May 2013 11:43:13 -0400
parents 2131a590d645
children 1d648cbb2555
files ChangeLog plugin/icedteanp/IcedTeaNPPlugin.cc
diffstat 2 files changed, 6 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu May 02 17:48:10 2013 +0200
+++ b/ChangeLog	Thu May 02 11:43:13 2013 -0400
@@ -27,6 +27,11 @@
 
 2013-05-02  Adam Domurad  <adomurad@redhat.com>
 
+	* plugin/icedteanp/IcedTeaNPPlugin.cc:
+	Remove only occurence of LEGACY_XULRUNNERAPI
+
+2013-05-02  Adam Domurad  <adomurad@redhat.com>
+
 	Introduce PluginPipeMock utility methods.
 	* tests/test-extensions/sun/applet/PluginPipeMockUtil.java: New,
 	enapsulates PluginPipeMock initialization, cleanup. As well, contains
--- a/plugin/icedteanp/IcedTeaNPPlugin.cc	Thu May 02 17:48:10 2013 +0200
+++ b/plugin/icedteanp/IcedTeaNPPlugin.cc	Thu May 02 11:43:13 2013 -0400
@@ -1995,11 +1995,7 @@
 // Returns a string describing the MIME type that this plugin
 // handles.
 __attribute__ ((visibility ("default")))
-#ifdef LEGACY_XULRUNNERAPI
-  char* 
-#else
-  const char* 
-#endif
+const char*
 NP_GetMIMEDescription ()
 {
   PLUGIN_DEBUG ("NP_GetMIMEDescription\n");