]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
field: Drop unused methods
authorRico Tzschichholz <ricotz@ubuntu.com>
Mon, 31 Oct 2016 12:28:52 +0000 (13:28 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Tue, 1 Nov 2016 10:50:41 +0000 (11:50 +0100)
vala/valafield.vala

index e54cbd175ecef51e06c4a1f7d1d6b5a814c48fa2..8a61665824c4bb7adf43f2b77b50c1fdef5b3c54 100644 (file)
@@ -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;