Remove the flash sample

Adobe have announced the official EOL for flash is 2020 so we're
now at the point where support for flash just isn't interesting
any more.

It doesn't make sense to support it for the upcoming 3.2.x release
series, and the sample .swf files are lacking source code.

Closes https://github.com/wxWidgets/wxWidgets/pull/1427

Closes #15886.
This commit is contained in:
Olly Betts
2019-07-18 11:23:12 +12:00
committed by Vadim Zeitlin
parent 76e21c2ffa
commit b3ef78124c
15 changed files with 3 additions and 3006 deletions

View File

@@ -276,8 +276,5 @@ if(WIN32)
#TODO: reenable when sample is fixed
#wx_add_sample(mfc mfctest.cpp mfctest.h resource.h stdafx.h RES mfctest.rc)
wx_add_sample(taskbarbutton DEPENDS wxUSE_TASKBARBUTTON)
if(MSVC)
wx_add_sample(flash DEPENDS wxUSE_ACTIVEX)
endif()
endif()
endif()