summaryrefslogtreecommitdiff
path: root/giscanner/transformer.py
diff options
context:
space:
mode:
Diffstat (limited to 'giscanner/transformer.py')
-rw-r--r--giscanner/transformer.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/giscanner/transformer.py b/giscanner/transformer.py
index 2708f0a6..f1aa165d 100644
--- a/giscanner/transformer.py
+++ b/giscanner/transformer.py
@@ -57,7 +57,6 @@ class Transformer(object):
self._parsed_includes = {} # <string namespace -> Namespace>
self._includepaths = []
self._passthrough_mode = False
- self._annotations = {}
def get_pkgconfig_packages(self):
return self._pkg_config_packages
@@ -68,9 +67,6 @@ class Transformer(object):
def set_passthrough_mode(self):
self._passthrough_mode = True
- def set_annotations(self, annotations):
- self._annotations = annotations
-
def _append_new_node(self, node):
original = self._namespace.get(node.name)
# Special case constants here; we allow duplication to sort-of