From 462c49ad55062fccbaa35b9afdd0a19a414b8181 Mon Sep 17 00:00:00 2001 From: Sam Atkins Date: Wed, 5 Oct 2022 17:23:12 +0100 Subject: [PATCH] LibWeb: Remove duplicate reference to SVGElement.cpp --- Userland/Libraries/LibWeb/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/Userland/Libraries/LibWeb/CMakeLists.txt b/Userland/Libraries/LibWeb/CMakeLists.txt index 6abcba1149..4c8a27bf07 100644 --- a/Userland/Libraries/LibWeb/CMakeLists.txt +++ b/Userland/Libraries/LibWeb/CMakeLists.txt @@ -383,7 +383,6 @@ set(SOURCES SVG/SVGClipPathElement.cpp SVG/SVGDefsElement.cpp SVG/SVGElement.cpp - SVG/SVGElement.cpp SVG/SVGGElement.cpp SVG/SVGGeometryElement.cpp SVG/SVGGraphicsElement.cpp