From b65ac702f1a44c042b1057cf79acf4741d714097 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sat, 8 May 2004 01:12:18 +0000 Subject: [PATCH] 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 --- wxPython/src/_sound.i | 2 -- 1 file changed, 2 deletions(-) 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*/); -- 2.47.2