]> git.saurik.com Git - wxWidgets.git/commitdiff
No changes, just remove cruft from mediactrl sample.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 9 Sep 2010 20:33:47 +0000 (20:33 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 9 Sep 2010 20:33:47 +0000 (20:33 +0000)
Remove the test for wxUSE_GUI together with the comment questioning its
presence.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65484 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/mediaplayer/mediaplayer.cpp

index 9f73770f3f2adc4948853f4c73c6063fa80b2ea8..ceaf85d9c3c937430def51f35a3e29f677e7c7a8 100644 (file)
 // things we need
 // ----------------------------------------------------------------------------
 
-// RN:  I'm not sure why this is here - even minimal doesn't check for
-//      wxUSE_GUI.  I may have added it myself though...
-#if !wxUSE_GUI
-#error "This is a GUI sample"
-#endif
-
 #if !wxUSE_MEDIACTRL || !wxUSE_MENUS || !wxUSE_SLIDER || !wxUSE_TIMER || \
     !wxUSE_NOTEBOOK || !wxUSE_LISTCTRL
 #error "Not all required elements are enabled.  Please modify setup.h!"