Skip to content
Snippets Groups Projects
Commit 0530ad59 authored by Jonathan Schöbel's avatar Jonathan Schöbel
Browse files

unused function SH_Text_enlarge

The function SH_Text_enlarge was used as the common functionality of
SH_Text_append_string and SH_Text_append_text. It was first ported to
the new internal data structure, but then integrated into the function
SH_Text_append_string, because the function SH_Text_append_text doesn't
need it anymore and having the user calling it is now not as useful as
originally intended, both for the user and the library, so it shouldn't
be exposed. Also the method SH_Text_append_string is easier to
implement, if it is written as a single function.
Neithertheless it is commited here for future reference.
parent 51de2c6f
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment