Bug 1413348: Remove build system variable for no-longer-used/supported MOZ_HORIZON configuration. r?glandium draft
authorDaniel Holbert <dholbert@cs.stanford.edu>
Tue, 31 Oct 2017 15:37:43 -0700
changeset 689765 de7e487cbd59acf22948aedd4ac5fb6a609992af
parent 689764 2aaa2d20e7aa91fc941973dbd6a1850c2ec0e5c7
child 692883 1310e7d77796072199931fd24996ccb74dc4156a
push id87097
push userdholbert@mozilla.com
push dateTue, 31 Oct 2017 22:39:07 +0000
reviewersglandium
bugs1413348
milestone58.0a1
Bug 1413348: Remove build system variable for no-longer-used/supported MOZ_HORIZON configuration. r?glandium MozReview-Commit-ID: upsiM9SnHl
old-configure.in
--- a/old-configure.in
+++ b/old-configure.in
@@ -3949,26 +3949,16 @@ MOZ_ARG_ENABLE_BOOL(reflow-perf,
 [  --enable-reflow-perf    Enable reflow performance tracing],
     MOZ_REFLOW_PERF=1,
     MOZ_REFLOW_PERF= )
 if test -n "$MOZ_REFLOW_PERF"; then
     AC_DEFINE(MOZ_REFLOW_PERF)
 fi
 
 dnl ========================================================
-dnl = Horizon build options - set default preferences for
-dnl   the horizon project. Horizon is a browser built on
-dnl   top of the graphene runtime.
-dnl ========================================================
-if test -n "$MOZ_HORIZON"; then
-    AC_DEFINE(MOZ_HORIZON)
-fi
-AC_SUBST(MOZ_HORIZON)
-
-dnl ========================================================
 dnl = Offer a way to disable the startup cache
 dnl ========================================================
 
 MOZ_ARG_DISABLE_BOOL(startupcache,
 [  --disable-startupcache          Disable startup cache ],
     MOZ_DISABLE_STARTUPCACHE=1,
     MOZ_DISABLE_STARTUPCACHE=)