Revert "BLI: Refactor vector types & functions to use templates"
Reverted because the commit removes a lot of commits.
This reverts commit a2c1c368af.
This commit is contained in:
@@ -688,11 +688,11 @@ extern void ui_hsvcube_pos_from_vals(
|
||||
*/
|
||||
extern void ui_but_string_get_ex(uiBut *but,
|
||||
char *str,
|
||||
const size_t maxlen,
|
||||
size_t maxlen,
|
||||
int float_precision,
|
||||
bool use_exp_float,
|
||||
bool *r_use_exp_float) ATTR_NONNULL(1, 2);
|
||||
extern void ui_but_string_get(uiBut *but, char *str, const size_t maxlen) ATTR_NONNULL();
|
||||
extern void ui_but_string_get(uiBut *but, char *str, size_t maxlen) ATTR_NONNULL();
|
||||
/**
|
||||
* A version of #ui_but_string_get_ex for dynamic buffer sizes
|
||||
* (where #ui_but_string_get_max_length returns 0).
|
||||
|
||||
Reference in New Issue
Block a user