mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Remove empty constructors and destructors from core/
This commit is contained in:
parent
68410acc61
commit
e14263f917
67 changed files with 1 additions and 168 deletions
|
|
@ -772,9 +772,6 @@ void TextEdit::_notification(int p_what) {
|
|||
bool rtl = is_layout_rtl();
|
||||
int lines_drawn = 0;
|
||||
|
||||
RID selection_start;
|
||||
RID selection_end;
|
||||
|
||||
for (int i = 0; i < text.size(); i++) {
|
||||
text.update_accessibility(i, ae);
|
||||
const Ref<TextParagraph> &ac_buf = text.get_line_data(i);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue