From: Robin Dunn Date: Sun, 21 Jan 2007 07:05:30 +0000 (+0000) Subject: remove bad property X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/1ddcb14574357ba758dd0519d3ce931dc38e4609 remove bad property git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44281 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/src/_clipbrd.i b/wxPython/src/_clipbrd.i index b11ac31e96..23391b0eba 100644 --- a/wxPython/src/_clipbrd.i +++ b/wxPython/src/_clipbrd.i @@ -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`"); - };