summaryrefslogtreecommitdiff
path: root/Userland
diff options
context:
space:
mode:
authorSam Atkins <atkinssj@serenityos.org>2022-10-05 17:23:12 +0100
committerLinus Groh <mail@linusgroh.de>2022-10-06 21:45:07 +0100
commit462c49ad55062fccbaa35b9afdd0a19a414b8181 (patch)
treed3d4b8854b749a98860e32fc6343dd338685b69e /Userland
parentab19c5fab823925f8c457bb2219d2bf15e4f66ac (diff)
downloadserenity-462c49ad55062fccbaa35b9afdd0a19a414b8181.zip
LibWeb: Remove duplicate reference to SVGElement.cpp
Diffstat (limited to 'Userland')
-rw-r--r--Userland/Libraries/LibWeb/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
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