summaryrefslogtreecommitdiff
path: root/libvaladoc
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2019-10-10 18:04:12 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2019-10-10 18:15:00 +0200
commit743e8f97a6fc7fe8339c2a78770ecb742f56b745 (patch)
tree8997217319f2451e3c5648abb9e1a36c75666eab /libvaladoc
parentc3b972e14a71fecb5a8ebd01193f559931ee174e (diff)
downloadvala-743e8f97a6fc7fe8339c2a78770ecb742f56b745.tar.gz
libvaladoc: Remove TypeReference.pass_ownership API
Diffstat (limited to 'libvaladoc')
-rw-r--r--libvaladoc/api/typereference.vala5
1 files changed, 0 insertions, 5 deletions
diff --git a/libvaladoc/api/typereference.vala b/libvaladoc/api/typereference.vala
index b2cafb5b7..41b766e41 100644
--- a/libvaladoc/api/typereference.vala
+++ b/libvaladoc/api/typereference.vala
@@ -92,11 +92,6 @@ public class Valadoc.Api.TypeReference : Item {
get;
}
- public bool pass_ownership {
- private set;
- get;
- }
-
/**
* Specifies that the expression is owned.
*/