[vala/wip/housekeeping: 3/6] field: Drop unused methods



commit 2d7df5c505b09b90cd0ad236acb4a76b01d8288a
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Mon Oct 31 13:28:52 2016 +0100

    field: Drop unused methods

 vala/valafield.vala |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)
---
diff --git a/vala/valafield.vala b/vala/valafield.vala
index e54cbd1..8a61665 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;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]