RepositoryExternal.mk |   26 --------------------------
 1 file changed, 26 deletions(-)

New commits:
commit 4336db6d89a8531673fdbac790692a89f3c1fe79
Author: Michael Stahl <mst...@redhat.com>
Date:   Fri Dec 18 13:17:29 2015 +0100

    remove unused gb_LinkTarget__use_npapi_headers
    
    Change-Id: I527eeb82202de0d7b3545c545c492eda89c78e47

diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index 356da54..fe614db3 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -37,32 +37,6 @@ endif
 
 # External headers
 
-ifneq ($(SYSTEM_NPAPI_HEADERS),)
-
-# yes this uses internal headers too...
-# they are split across 2 dirs for this reason
-define gb_LinkTarget__use_npapi_headers
-$(call gb_LinkTarget_set_include,$(1),\
-       $(NPAPI_HEADERS_CFLAGS) \
-       -I$(SRCDIR)/external/np_sdk \
-       $$(INCLUDE) \
-)
-
-endef
-
-else #!SYSTEM_NPAPI_HEADERS
-
-define gb_LinkTarget__use_npapi_headers
-$(call gb_LinkTarget_set_include,$(1),\
-       -I$(SRCDIR)/external/np_sdk/inc \
-       -I$(SRCDIR)/external/np_sdk \
-       $$(INCLUDE) \
-)
-
-endef
-
-endif #SYSTEM_NPAPI_HEADERS
-
 ifneq ($(SYSTEM_ODBC_HEADERS),)
 
 define gb_LinkTarget__use_odbc_headers
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to