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
Notes: sideshowbarker 2024-07-18 03:27:06 +09:00
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;
};