aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/command_base.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/servo/command_base.py')
-rw-r--r--python/servo/command_base.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/python/servo/command_base.py b/python/servo/command_base.py
index 360fe1a2701..8cc307bfb51 100644
--- a/python/servo/command_base.py
+++ b/python/servo/command_base.py
@@ -531,9 +531,6 @@ class CommandBase(object):
def geckolib_manifest(self):
return path.join(self.context.topdir, "ports", "geckolib", "Cargo.toml")
- def cef_manifest(self):
- return path.join(self.context.topdir, "ports", "cef", "Cargo.toml")
-
def servo_features(self):
"""Return a list of optional features to enable for the Servo crate"""
features = []