From: Jürg Billeter Date: Fri, 10 Apr 2009 10:00:04 +0000 (+0200) Subject: Remove unused CodeContext.save_cheaders property X-Git-Tag: 0.7.1~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9c4f3d02fff6015e41f0a3bd617a03774070249;p=thirdparty%2Fvala.git Remove unused CodeContext.save_cheaders property --- diff --git a/vala/valacodecontext.vala b/vala/valacodecontext.vala index 771a1e5d1..ef66dd283 100644 --- a/vala/valacodecontext.vala +++ b/vala/valacodecontext.vala @@ -152,10 +152,6 @@ public class Vala.CodeContext { get { return save_temps; } } - public bool save_cheaders { - get { return save_csources || null != library; } - } - public Report report { get; set; default = new Report ();} private Gee.List source_files = new ArrayList ();