]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/sound/sound.cpp
Remove __WXMGL__ tests from the samples too.
[wxWidgets.git] / samples / sound / sound.cpp
index abae8a45cef0ae0f991434e32c3cd04bb9f5f90e..e44158e9958991693b531b6f1e780735219d349f 100644 (file)
@@ -36,7 +36,7 @@
 // ----------------------------------------------------------------------------
 
 // the application icon (under Windows and OS/2 it is in resources)
-#if defined(__WXGTK__) || defined(__WXMOTIF__) || defined(__WXMAC__) || defined(__WXMGL__) || defined(__WXX11__)
+#if defined(__WXGTK__) || defined(__WXMOTIF__) || defined(__WXMAC__) || defined(__WXX11__)
     #include "../sample.xpm"
 #endif