]> git.saurik.com Git - wxWidgets.git/commitdiff
Don't turn off kwargs for these methods any more
authorRobin Dunn <robin@alldunn.com>
Sat, 8 May 2004 01:12:18 +0000 (01:12 +0000)
committerRobin Dunn <robin@alldunn.com>
Sat, 8 May 2004 01:12:18 +0000 (01:12 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27159 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_sound.i

index b82736c12139d8497d02fea0f0bb246ab47b4a4d..2339bb2cecdbc7c99e404a811635ae14405610d0 100644 (file)
@@ -97,8 +97,6 @@ public:
     
     ~wxSound();
 
-    %nokwargs Create;
-    %nokwargs Play;
     
     // Create from resource or file
     bool Create(const wxString& fileName/*, bool isResource = false*/);