Index: trunk/src/mojo/public/tools/bindings/pylib/mojom/generate/generator.py |
=================================================================== |
--- trunk/src/mojo/public/tools/bindings/pylib/mojom/generate/generator.py (revision 279687) |
+++ trunk/src/mojo/public/tools/bindings/pylib/mojom/generate/generator.py (working copy) |
@@ -97,11 +97,3 @@ |
def GenerateFiles(self, args): |
raise NotImplementedError("Subclasses must override/implement this method") |
- |
- def GetJinjaParameters(self): |
- """Returns default constructor parameters for the jinja environment.""" |
- return {} |
- |
- def GetGlobals(self): |
- """Returns global mappings for the template generation.""" |
- return {} |