]> git.saurik.com Git - wxWidgets.git/commitdiff
remove bad property
authorRobin Dunn <robin@alldunn.com>
Sun, 21 Jan 2007 07:05:30 +0000 (07:05 +0000)
committerRobin Dunn <robin@alldunn.com>
Sun, 21 Jan 2007 07:05:30 +0000 (07:05 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44281 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_clipbrd.i

index b11ac31e969c67a3511de6c035d99b8eb3bce63e..23391b0eba91ce490e85d2af5449d4a41ce5d947 100644 (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`");
-    
 };