[totem/gnome-3-10] browser-plugin: Don't disable deprecated functions



commit 3cc4d3aa11a930340447e988bd283840b2b91f78
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Sep 18 13:25:16 2013 +0200

    browser-plugin: Don't disable deprecated functions
    
    We still rely on the stock API.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=702631

 browser-plugin/Makefile.am |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/browser-plugin/Makefile.am b/browser-plugin/Makefile.am
index 325ae0b..cd94870 100644
--- a/browser-plugin/Makefile.am
+++ b/browser-plugin/Makefile.am
@@ -13,8 +13,7 @@ AM_CPPFLAGS = \
        -I$(top_builddir)/src                           \
        -I$(top_builddir)/src/backend                   \
        -DSYSCONFDIR="\"$(sysconfdir)\""                \
-       -DLIBEXECDIR="\"$(libexecdir)\""                \
-       $(DISABLE_DEPRECATED)
+       -DLIBEXECDIR="\"$(libexecdir)\""
 
 plugin_sources = \
        npapi.h                         \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]