diff options
Diffstat (limited to 'python/servo/command_base.py')
-rw-r--r-- | python/servo/command_base.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/python/servo/command_base.py b/python/servo/command_base.py index 0b7ed2cf50b..e05d37283cc 100644 --- a/python/servo/command_base.py +++ b/python/servo/command_base.py @@ -731,9 +731,6 @@ install them, let us know by filing a bug!") return env - def ports_glutin_crate(self): - return path.join(self.context.topdir, "ports", "glutin") - def add_manifest_path(self, args, android=False, libsimpleservo=False): if "--manifest-path" not in args: if libsimpleservo or android: |