mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 12:38:12 +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
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
Add a link
Reference in a new issue