mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 07:47:48 +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 {
|
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