X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0497e17283d5ec84df3d1b24e74b79d1488f5637..86b79b93fbbb0c2e90e6595f7fea0f979b80881c:/docs/latex/wx/variant.tex diff --git a/docs/latex/wx/variant.tex b/docs/latex/wx/variant.tex index 06384d9f3b..951992df29 100644 --- a/docs/latex/wx/variant.tex +++ b/docs/latex/wx/variant.tex @@ -17,10 +17,6 @@ for different data types, or a remote procedure call protocol. An optional name member is associated with a wxVariant. This might be used, for example, in CORBA or OLE automation classes, where named parameters are required. -wxVariant is similar to wxExpr and also to wxPropertyValue. However, wxExpr is efficiency-optimized for -a restricted range of data types, whereas wxVariant is less efficient but more extensible. -wxPropertyValue may be replaced by wxVariant eventually. - \wxheading{Derived from} \helpref{wxObject}{wxobject}