1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-16 16:14:57 +00:00

LibWeb: Remove some unused includes and a member in HTMLScriptElement

This commit is contained in:
Andreas Kling 2021-09-26 01:00:58 +02:00
parent e7af6af626
commit b1529e3202
2 changed files with 0 additions and 6 deletions

View file

@ -62,8 +62,6 @@ private:
Function<void()> m_script_ready_callback;
String m_script_filename;
RefPtr<Script> m_script;
};