From: Robin Dunn Date: Sat, 8 May 2004 01:12:18 +0000 (+0000) Subject: Don't turn off kwargs for these methods any more X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/b65ac702f1a44c042b1057cf79acf4741d714097?hp=36cadbf72dfea68f8fe817b5a65e12da7c88982f Don't turn off kwargs for these methods any more git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27159 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/src/_sound.i b/wxPython/src/_sound.i index b82736c121..2339bb2cec 100644 --- a/wxPython/src/_sound.i +++ b/wxPython/src/_sound.i @@ -97,8 +97,6 @@ public: ~wxSound(); - %nokwargs Create; - %nokwargs Play; // Create from resource or file bool Create(const wxString& fileName/*, bool isResource = false*/);