diff options
Diffstat (limited to 'scene/resources/text_paragraph.h')
-rw-r--r-- | scene/resources/text_paragraph.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scene/resources/text_paragraph.h b/scene/resources/text_paragraph.h index 28c69967ac..7512955fb3 100644 --- a/scene/resources/text_paragraph.h +++ b/scene/resources/text_paragraph.h @@ -138,9 +138,6 @@ public: float get_line_underline_position(int p_line) const; float get_line_underline_thickness(int p_line) const; - int get_spacing_top() const; - int get_spacing_bottom() const; - Size2 get_dropcap_size() const; int get_dropcap_lines() const; |