Skip to content

Commit

Permalink
qt-resource-rebuilder: Update qmldiff
Browse files Browse the repository at this point in the history
  • Loading branch information
asivery committed Dec 22, 2024
1 parent f5ee8cb commit f9ac5c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions qt-resource-rebuilder/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -358,13 +358,6 @@ int override$_Z21qRegisterResourceDataiPKhS0_S0_(int version, uint8_t *tree, uin
return status;
}

// Temporary mitigation for rust's `toml`
double fmod(float a, float b){
int _a = a;
int _b = b;
return _a % _b;
}

void _xovi_construct(){
pthread_mutex_init(&mainMutex, NULL);
loadAllModifications(&DEFINITIONS);
Expand Down

0 comments on commit f9ac5c4

Please sign in to comment.