1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 19:37:34 +00:00

LibWeb: Delete discard() in Document and BrowsingContext

Those are not used anymore after moving to navigables.
This commit is contained in:
Aliaksandr Kalenik 2023-09-04 16:47:13 +02:00 committed by Andreas Kling
parent 180c3e2fef
commit cd75b1de3d
4 changed files with 0 additions and 64 deletions

View file

@ -478,9 +478,6 @@ public:
void destroy();
// https://html.spec.whatwg.org/multipage/window-object.html#discard-a-document
void discard();
// https://html.spec.whatwg.org/multipage/browsing-the-web.html#abort-a-document
void abort();