Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Commit

Permalink
Bug 569948 - Remove NS_InitEmbedding because it was obsoleted long ag…
Browse files Browse the repository at this point in the history
…o by XRE_InitEmbedding and it's a footgun, r=mfinkle sr=dougt
  • Loading branch information
bsmedberg committed Jun 8, 2010
1 parent d81bfcc commit 442e3ac
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 637 deletions.
18 changes: 0 additions & 18 deletions embedding/base/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,7 @@ topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@

DIRS = standalone

MODULE = embed_base
LIBRARY_NAME = embed_base_s
XPIDL_MODULE = embed_base

include $(DEPTH)/config/autoconf.mk
Expand All @@ -53,7 +50,6 @@ include $(DEPTH)/config/autoconf.mk
DEFINES += -DMOZILLA_STRICT_API

SDK_HEADERS = \
nsEmbedAPI.h \
nsEmbedCID.h \
$(NULL)

Expand All @@ -62,23 +58,9 @@ SDK_XPIDLSRCS = \
$(NULL)


SDK_LIBRARY = \
$(LIB_PREFIX)embed_base_s.$(LIB_SUFFIX) \
$(NULL)

XPIDLSRCS = \
nsIWindowCreator2.idl \
nsIWindowProvider.idl \
$(NULL)

include $(srcdir)/objs.mk

CPPSRCS += $(EMBED_CPPSRCS)

# we don't want the shared lib, but we want to force the creation of a
# static lib.
FORCE_STATIC_LIB = 1

include $(topsrcdir)/config/rules.mk

CXXFLAGS += $(MOZ_TOOLKIT_REGISTRY_CFLAGS)
220 changes: 0 additions & 220 deletions embedding/base/nsEmbedAPI.cpp

This file was deleted.

Loading

0 comments on commit 442e3ac

Please sign in to comment.