paint: cleanup

This commit is contained in:
luboslenco
2026-03-15 11:37:45 +01:00
parent f2e53fd899
commit fdb88c3cc9
63 changed files with 904 additions and 900 deletions
+2 -2
View File
@@ -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) {
+1 -1
View File
@@ -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) {
+1 -1
View File
@@ -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) {
+1 -1
View File
@@ -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) {
+1 -1
View File
@@ -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) {