remove bad property

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44281 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2007-01-21 07:05:30 +00:00
parent a0d5472b1b
commit 1ddcb14574

View File

@ -123,8 +123,6 @@ normal clipboard, if primary is True.", "");
static wxClipboard *, Get(),
"Returns global instance (wxTheClipboard) of the object.", "");
%property(Data, GetData, SetData, doc="See `GetData` and `SetData`");
};