diff options
author | Sam Atkins <atkinssj@serenityos.org> | 2022-10-05 17:23:12 +0100 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-10-06 21:45:07 +0100 |
commit | 462c49ad55062fccbaa35b9afdd0a19a414b8181 (patch) | |
tree | d3d4b8854b749a98860e32fc6343dd338685b69e /Userland | |
parent | ab19c5fab823925f8c457bb2219d2bf15e4f66ac (diff) | |
download | serenity-462c49ad55062fccbaa35b9afdd0a19a414b8181.zip |
LibWeb: Remove duplicate reference to SVGElement.cpp
Diffstat (limited to 'Userland')
-rw-r--r-- | Userland/Libraries/LibWeb/CMakeLists.txt | 1 |
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 |