aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/command_base.py
diff options
context:
space:
mode:
authormichaelgrigoryan25 <56165400+michaelgrigoryan25@users.noreply.github.com>2023-05-22 18:43:14 +0400
committermichaelgrigoryan25 <56165400+michaelgrigoryan25@users.noreply.github.com>2023-05-22 18:43:14 +0400
commit53d7ded8c691928fa046186a7658c492329252be (patch)
treed1c26a90e7a4adc24f473f189d5e1017416404bc /python/servo/command_base.py
parentab6e451de6ca7326209a1290514a34f76687fcc1 (diff)
downloadservo-53d7ded8c691928fa046186a7658c492329252be.tar.gz
servo-53d7ded8c691928fa046186a7658c492329252be.zip
Remove `magicleap` command from command_base.py
Diffstat (limited to 'python/servo/command_base.py')
-rw-r--r--python/servo/command_base.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/python/servo/command_base.py b/python/servo/command_base.py
index 048286e7957..bf3c027a3bd 100644
--- a/python/servo/command_base.py
+++ b/python/servo/command_base.py
@@ -824,12 +824,6 @@ install them, let us know by filing a bug!")
help='Build for Android',
),
CommandArgument(
- '--magicleap',
- default=None,
- action='store_true',
- help='Build for Magic Leap',
- ),
- CommandArgument(
'--libsimpleservo',
default=None,
action='store_true',