mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:07:44 +00:00
Ladybird: Remove macOS workaround for WebContent GUI interaction
This reverts commit 4dcdc3bd25
.
Now that WebContent is a QCoreApplication, this workaround is no longer
needed.
This commit is contained in:
parent
aa7ca80d7c
commit
1d59a62944
4 changed files with 0 additions and 37 deletions
|
@ -12,7 +12,6 @@
|
|||
#include "../Utilities.h"
|
||||
#include "../WebSocketClientManagerLadybird.h"
|
||||
#include <AK/LexicalPath.h>
|
||||
#include <AK/Platform.h>
|
||||
#include <LibAudio/Loader.h>
|
||||
#include <LibCore/ArgsParser.h>
|
||||
#include <LibCore/EventLoop.h>
|
||||
|
@ -35,10 +34,6 @@
|
|||
#include <WebContent/PageHost.h>
|
||||
#include <WebContent/WebDriverConnection.h>
|
||||
|
||||
#if defined(AK_OS_MACOS)
|
||||
# include "MacOSSetup.h"
|
||||
#endif
|
||||
|
||||
static ErrorOr<void> load_content_filters();
|
||||
static ErrorOr<void> load_autoplay_allowlist();
|
||||
|
||||
|
@ -48,10 +43,6 @@ ErrorOr<int> serenity_main(Main::Arguments arguments)
|
|||
{
|
||||
QCoreApplication app(arguments.argc, arguments.argv);
|
||||
|
||||
#if defined(AK_OS_MACOS)
|
||||
prohibit_interaction();
|
||||
#endif
|
||||
|
||||
Core::EventLoopManager::install(*new Ladybird::EventLoopManagerQt);
|
||||
Core::EventLoop event_loop;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue