From 96ad142ae10eea63c9e655c4fb0727d09646c264 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 21 May 2020 01:55:59 +0200 Subject: [PATCH] Remove the mention of MCI-based backend from wxMediaCtrl docs MCI is not used any more and the backend is not relevant any longer. --- interface/wx/mediactrl.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/interface/wx/mediactrl.h b/interface/wx/mediactrl.h index 9556f5928a..27eb3b0761 100644 --- a/interface/wx/mediactrl.h +++ b/interface/wx/mediactrl.h @@ -206,9 +206,6 @@ public: - @b wxMEDIABACKEND_WMP10, Use Windows Media Player 10 (Windows only). Works on systems with either Windows Media Player 9 or 10 installed. - Note that other backends such as wxMEDIABACKEND_MCI can now be found at - wxCode (http://wxcode.sourceforge.net/). - @section mediactrl_creating_backend Creating a backend