[vala/wip/housekeeping] field: Drop unused methods
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/wip/housekeeping] field: Drop unused methods
- Date: Tue, 1 Nov 2016 07:41:14 +0000 (UTC)
commit fcf4f0da0b6244df0988eab12547a315704c54e7
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]