Remove redundant wxWebViewChromium forward declaration

There is no need to do it just before the full class declaration.
This commit is contained in:
Vadim Zeitlin 2023-09-03 22:07:30 +02:00
parent 013940da8f
commit 4395a47d40

View file

@ -16,8 +16,6 @@
extern WXDLLIMPEXP_DATA_WEBVIEW_CHROMIUM(const char) wxWebViewBackendChromium[];
class wxWebViewChromium;
// Private namespace containing classes used only in the implementation.
namespace wxCEF
{