paint: cleanup
This commit is contained in:
@@ -49,10 +49,10 @@ void *ui_popup_data2;
|
||||
int ui_popup_handle_node_id = -1;
|
||||
int ui_popup_handle_node_socket_id = -1;
|
||||
|
||||
char *tr(char *id, void *map); // translator.c
|
||||
char *tr(char *id); // translator.c
|
||||
|
||||
char *ui_tr(char *id) {
|
||||
return tr(id, NULL);
|
||||
return tr(id);
|
||||
}
|
||||
|
||||
void ui_nodes_init(ui_nodes_t *nodes) {
|
||||
|
||||
@@ -133,7 +133,7 @@ char *strings_check_internet_connection() {
|
||||
}
|
||||
void console_error(char *s) {}
|
||||
void console_info(char *s) {}
|
||||
char *tr(char *id, any_map_t *vars) {
|
||||
char *tr(char *id) {
|
||||
return id;
|
||||
}
|
||||
i32 pipes_get_constant_location(char *s) {
|
||||
|
||||
@@ -160,7 +160,7 @@ char *strings_check_internet_connection() {
|
||||
}
|
||||
void console_error(char *s) {}
|
||||
void console_info(char *s) {}
|
||||
char *tr(char *id, any_map_t *vars) {
|
||||
char *tr(char *id) {
|
||||
return id;
|
||||
}
|
||||
i32 pipes_get_constant_location(char *s) {
|
||||
|
||||
@@ -100,7 +100,7 @@ char *strings_check_internet_connection() {
|
||||
}
|
||||
void console_error(char *s) {}
|
||||
void console_info(char *s) {}
|
||||
char *tr(char *id, any_map_t *vars) {
|
||||
char *tr(char *id) {
|
||||
return id;
|
||||
}
|
||||
i32 pipes_get_constant_location(char *s) {
|
||||
|
||||
@@ -453,7 +453,7 @@ char *strings_check_internet_connection() {
|
||||
}
|
||||
void console_error(char *s) {}
|
||||
void console_info(char *s) {}
|
||||
char *tr(char *id, any_map_t *vars) {
|
||||
char *tr(char *id) {
|
||||
return id;
|
||||
}
|
||||
i32 pipes_get_constant_location(char *s) {
|
||||
|
||||
Reference in New Issue
Block a user