From: Rico Tzschichholz Date: Mon, 31 Oct 2016 12:28:52 +0000 (+0100) Subject: field: Drop unused methods X-Git-Tag: 0.35.1~60 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2d7df5c505b09b90cd0ad236acb4a76b01d8288a;p=thirdparty%2Fvala.git field: Drop unused methods --- diff --git a/vala/valafield.vala b/vala/valafield.vala index e54cbd175..8a6166582 100644 --- a/vala/valafield.vala +++ b/vala/valafield.vala @@ -85,14 +85,6 @@ public class Vala.Field : Variable, Lockable { } } - public string? get_ctype () { - return get_attribute_string ("CCode", "type"); - } - - public void set_ctype (string ctype) { - set_attribute_string ("CCode", "type", ctype); - } - public override bool check (CodeContext context) { if (checked) { return !error;