[Libreoffice-commits] core.git: RepositoryExternal.mk

Michael Stahl mstahl at redhat.com
Fri Dec 18 04:20:20 PST 2015


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

New commits:
commit 4336db6d89a8531673fdbac790692a89f3c1fe79
Author: Michael Stahl <mstahl at 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


More information about the Libreoffice-commits mailing list