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

Ladybird: Remove unused JS console methods

Note that the real implementations of these functions are:
    notify_server_did_output_js_console_message
    notify_server_did_get_js_console_messages

Which have the same method bodies as these unused variants.
This commit is contained in:
Timothy Flynn 2023-05-17 10:00:57 -04:00 committed by Andreas Kling
parent d8b14da380
commit 31d7565cf3
2 changed files with 0 additions and 15 deletions

View file

@ -91,9 +91,6 @@ public:
virtual void focusOutEvent(QFocusEvent*) override;
virtual bool event(QEvent*) override;
void did_output_js_console_message(i32 message_index);
void did_get_js_console_messages(i32 start_index, Vector<DeprecatedString> message_types, Vector<DeprecatedString> messages);
void show_js_console();
enum class InspectorTarget {