summaryrefslogtreecommitdiff
path: root/extras/tiopf
diff options
context:
space:
mode:
authorgraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2009-02-13 13:28:25 +0000
committergraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2009-02-13 13:28:25 +0000
commitf67845f6fe0e983f1958dee424f684abb330dc3b (patch)
tree0bc465aee0345ed79d6339cfb063a8d5b918f959 /extras/tiopf
parentecb24afe63133584d82974477923fe7c7e75032f (diff)
downloadfpGUI-f67845f6fe0e983f1958dee424f684abb330dc3b.tar.xz
* Removed the duplicated SelectedObject property
Diffstat (limited to 'extras/tiopf')
-rw-r--r--extras/tiopf/gui/tiListMediators.pas1
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;