diff --git a/PROMS/VEPROMS.CSLA.Library/Config/ProcConfig.cs b/PROMS/VEPROMS.CSLA.Library/Config/ProcConfig.cs index 61ae95d2..a487cc21 100644 --- a/PROMS/VEPROMS.CSLA.Library/Config/ProcConfig.cs +++ b/PROMS/VEPROMS.CSLA.Library/Config/ProcConfig.cs @@ -288,40 +288,6 @@ namespace VEPROMS.CSLA.Library OnPropertyChanged("Print_Rev"); } } - [Category("Print Settings")] //Note that this print setting is stored under 'Procedure' element - [Browsable(false)] - [DisplayName("Revision Date")] - [RefreshProperties(RefreshProperties.All)] - [Description("Revision Date")] - public string Print_RevDate - { - get - { - return (_Xp["Procedure", "RevDate"]); - } - set - { - _Xp["Procedure", "RevDate"] = value; - OnPropertyChanged("Print_RevDate"); - } - } - [Category("Print Settings")] //Note that this print setting is stored under 'Procedure' element - [Browsable(false)] - [DisplayName("Review Date")] - [RefreshProperties(RefreshProperties.All)] - [Description("Review Date")] - public string Print_ReviewDate - { - get - { - return (_Xp["Procedure", "ReviewDate"]); - } - set - { - _Xp["Procedure", "ReviewDate"] = value; - OnPropertyChanged("Print_ReviewDate"); - } - } [Category("Print Settings")] //PROPGRID: Hide Number of Copies [Browsable(false)]