mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-22 12:35:14 +00:00
LibGUI: Remove friend classes of TextDocumentLine
They were unused. Also GTextEditor doesn't exist anymore and GCC was silently ignoring this declaration.
This commit is contained in:
parent
30964ba7d0
commit
9570efa698
Notes:
sideshowbarker
2024-07-19 08:13:40 +09:00
Author: https://github.com/xTibor Commit: https://github.com/SerenityOS/serenity/commit/9570efa698a Pull-request: https://github.com/SerenityOS/serenity/pull/1487
1 changed files with 0 additions and 3 deletions
|
@ -149,9 +149,6 @@ private:
|
|||
};
|
||||
|
||||
class TextDocumentLine {
|
||||
friend class GTextEditor;
|
||||
friend class TextDocument;
|
||||
|
||||
public:
|
||||
explicit TextDocumentLine(TextDocument&);
|
||||
explicit TextDocumentLine(TextDocument&, const StringView&);
|
||||
|
|
Loading…
Add table
Reference in a new issue