]> git.saurik.com Git - wxWidgets.git/commitdiff
wxMac has wxSound::Stop now
authorRobin Dunn <robin@alldunn.com>
Sat, 29 Jan 2005 01:32:48 +0000 (01:32 +0000)
committerRobin Dunn <robin@alldunn.com>
Sat, 29 Jan 2005 01:32:48 +0000 (01:32 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31638 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_sound.i

index 5569a08bfec3d25741897809a762e5d7389feba8..27fab6cc913f4517c0127b92329133c537f00956 100644 (file)
@@ -138,14 +138,7 @@ public:
     // Plays sound from filename:
     %Rename(PlaySound,  static bool, Play(const wxString& filename, unsigned flags = wxSOUND_ASYNC));
 
-#ifndef __WXMAC__
     static void Stop();
-#else
-    %extend {
-        static void Stop()
-            { wxPyRaiseNotImplemented(); }
-    }
-#endif
 
     %pythoncode { def __nonzero__(self): return self.IsOk() }
 };