From 1ddcb14574357ba758dd0519d3ce931dc38e4609 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sun, 21 Jan 2007 07:05:30 +0000 Subject: [PATCH] remove bad property git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44281 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/_clipbrd.i | 2 -- 1 file changed, 2 deletions(-) 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`"); - };