summaryrefslogtreecommitdiff
path: root/RepositoryExternal.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-12-18 13:17:29 +0100
committerMichael Stahl <mstahl@redhat.com>2015-12-18 13:18:11 +0100
commit4336db6d89a8531673fdbac790692a89f3c1fe79 (patch)
tree31ded62ab3c9a7c1b143fa8fd49914bcc0828b41 /RepositoryExternal.mk
parentce326521f315893dedaffb3a851a1ed0fc6eb1b6 (diff)
remove unused gb_LinkTarget__use_npapi_headers
Change-Id: I527eeb82202de0d7b3545c545c492eda89c78e47
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r--RepositoryExternal.mk26
1 files changed, 0 insertions, 26 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index 356da54c149f..fe614db34f09 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