From c77dcb2408d149fd63e8b01a53b0d928dda727fd Mon Sep 17 00:00:00 2001 From: paul Date: Thu, 26 Mar 2009 08:35:42 +0000 Subject: [PATCH] rtti controls: fix compilation after TCalendar.ReadOnly removal git-svn-id: trunk@19113 - --- components/rtticontrols/rttictrls.pas | 1 - 1 file changed, 1 deletion(-) diff --git a/components/rtticontrols/rttictrls.pas b/components/rtticontrols/rttictrls.pas index 11cc6df528..b7153c739e 100644 --- a/components/rtticontrols/rttictrls.pas +++ b/components/rtticontrols/rttictrls.pas @@ -1087,7 +1087,6 @@ Type property OnResize; property OnYearChanged; property PopupMenu; - property ReadOnly; property Tabstop; property Visible; end;