diff options
author | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2009-02-13 13:28:25 +0000 |
---|---|---|
committer | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2009-02-13 13:28:25 +0000 |
commit | f67845f6fe0e983f1958dee424f684abb330dc3b (patch) | |
tree | 0bc465aee0345ed79d6339cfb063a8d5b918f959 | |
parent | ecb24afe63133584d82974477923fe7c7e75032f (diff) | |
download | fpGUI-f67845f6fe0e983f1958dee424f684abb330dc3b.tar.xz |
* Removed the duplicated SelectedObject property
-rw-r--r-- | extras/tiopf/gui/tiListMediators.pas | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/extras/tiopf/gui/tiListMediators.pas b/extras/tiopf/gui/tiListMediators.pas index 8de5f902..b95c032e 100644 --- a/extras/tiopf/gui/tiListMediators.pas +++ b/extras/tiopf/gui/tiListMediators.pas @@ -75,7 +75,6 @@ type function GetObjectFromRow(ARow: Integer): TtiObject; published property View: TfpgStringGrid read FView write SetView; - property SelectedObject: TtiObject read GetSelectedObject write SetSelectedObject; end; |