diff --git a/build/mac/build_scripts/MozillaBuildList.pm b/build/mac/build_scripts/MozillaBuildList.pm index 0fdd0a0fa8f9..8cdc8802ca55 100644 --- a/build/mac/build_scripts/MozillaBuildList.pm +++ b/build/mac/build_scripts/MozillaBuildList.pm @@ -246,7 +246,6 @@ sub InstallNonChromeResources() MakeAlias(":mozilla:intl:locale:src:language.properties", "$resource_dir"); MakeAlias(":mozilla:gfx:src:mac:fontEncoding.properties", "$resource_dir"."fonts:"); - InstallResources(":mozilla:gfx:src:MANIFEST_RES", "$resource_dir"."gfx:"); my($entitytab_dir) = "$resource_dir" . "entityTables"; InstallResources(":mozilla:intl:unicharutil:tables:MANIFEST", "$entitytab_dir"); diff --git a/gfx/src/MANIFEST_RES b/gfx/src/MANIFEST_RES deleted file mode 100644 index 78faedd9970c..000000000000 --- a/gfx/src/MANIFEST_RES +++ /dev/null @@ -1,2 +0,0 @@ -icon_0.gif -icon_1.gif diff --git a/gfx/src/Makefile.in b/gfx/src/Makefile.in index 49054df6ac96..2fa70602b6f5 100644 --- a/gfx/src/Makefile.in +++ b/gfx/src/Makefile.in @@ -157,9 +157,3 @@ include $(topsrcdir)/config/rules.mk DEFINES += -D_IMPL_NS_GFX -libs:: icon_0.gif icon_1.gif - $(INSTALL) -m 555 $^ $(DIST)/bin/res/gfx - -install:: icon_0.gif icon_1.gif - $(SYSINSTALL) -m 555 $^ $(DESTDIR)$(mozappdir)/res/gfx - diff --git a/gfx/src/icon_0.gif b/gfx/src/icon_0.gif deleted file mode 100644 index e7190af6d062..000000000000 Binary files a/gfx/src/icon_0.gif and /dev/null differ diff --git a/gfx/src/icon_1.gif b/gfx/src/icon_1.gif deleted file mode 100644 index 1664cb0da72c..000000000000 Binary files a/gfx/src/icon_1.gif and /dev/null differ