summaryrefslogtreecommitdiff
path: root/Ladybird/WebContent
diff options
context:
space:
mode:
authorTimothy Flynn <trflynn89@pm.me>2023-04-24 07:16:37 -0400
committerAndreas Kling <kling@serenityos.org>2023-04-24 14:49:04 +0200
commit8fe846eb7fd0619b5f9a91d25ece7f93f0fc4eb5 (patch)
tree7785d764484b61a022ae1abfdf3afa1cb1471e58 /Ladybird/WebContent
parent269c25e1d2453b34bffceaa8ce5c81474992fc53 (diff)
downloadserenity-8fe846eb7fd0619b5f9a91d25ece7f93f0fc4eb5.zip
Ladybird: Define AK_DONT_REPLACE_STD via CMake rather than in every file
Diffstat (limited to 'Ladybird/WebContent')
-rw-r--r--Ladybird/WebContent/main.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/Ladybird/WebContent/main.cpp b/Ladybird/WebContent/main.cpp
index ae8c424797..0cb098aa3e 100644
--- a/Ladybird/WebContent/main.cpp
+++ b/Ladybird/WebContent/main.cpp
@@ -4,8 +4,6 @@
* SPDX-License-Identifier: BSD-2-Clause
*/
-#define AK_DONT_REPLACE_STD
-
#include "../EventLoopPluginQt.h"
#include "../FontPluginQt.h"
#include "../ImageCodecPluginLadybird.h"