Remove empty constructors and destructors from core/

This commit is contained in:
kobewi
2025-11-14 23:24:54 +01:00
parent 68410acc61
commit e14263f917
67 changed files with 1 additions and 168 deletions

View File

@ -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);