mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-05 07:41:01 +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: 9570efa698
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 {
|
class TextDocumentLine {
|
||||||
friend class GTextEditor;
|
|
||||||
friend class TextDocument;
|
|
||||||
|
|
||||||
public:
|
public:
|
||||||
explicit TextDocumentLine(TextDocument&);
|
explicit TextDocumentLine(TextDocument&);
|
||||||
explicit TextDocumentLine(TextDocument&, const StringView&);
|
explicit TextDocumentLine(TextDocument&, const StringView&);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue