diff options
author | Ascrod <32915892+Ascrod@users.noreply.github.com> | 2018-05-25 06:53:37 -0400 |
---|---|---|
committer | Ascrod <32915892+Ascrod@users.noreply.github.com> | 2018-05-31 14:23:57 -0400 |
commit | b109b14de63500ab07c478723d4851b345139bdd (patch) | |
tree | edc42d81a61a0f91b8ee69178c4be8373ea33473 /browser/components/moz.build | |
parent | 3ab978b4a4df6548a7b1c490c8a3754476b16054 (diff) | |
download | UXP-b109b14de63500ab07c478723d4851b345139bdd.tar UXP-b109b14de63500ab07c478723d4851b345139bdd.tar.gz UXP-b109b14de63500ab07c478723d4851b345139bdd.tar.lz UXP-b109b14de63500ab07c478723d4851b345139bdd.tar.xz UXP-b109b14de63500ab07c478723d4851b345139bdd.zip |
Remove UITour and customize tips.
Diffstat (limited to 'browser/components/moz.build')
-rw-r--r-- | browser/components/moz.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/browser/components/moz.build b/browser/components/moz.build index a49580200..07e79bc36 100644 --- a/browser/components/moz.build +++ b/browser/components/moz.build @@ -21,7 +21,6 @@ DIRS += [ 'shell', 'selfsupport', 'syncedtabs', - 'uitour', 'translation', ] |