Remove empty constructors and destructors from scene/
This commit is contained in:
@ -64,7 +64,6 @@ public:
|
||||
void set_text_edit(TextEdit *p_text_edit);
|
||||
TextEdit *get_text_edit() const;
|
||||
|
||||
SyntaxHighlighter() {}
|
||||
virtual ~SyntaxHighlighter() {}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user