mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-12-02 14:12:39 +00:00
remove unused version call
This commit is contained in:
parent
8b6bfc2369
commit
3f798609be
1 changed files with 0 additions and 1 deletions
|
|
@ -64,7 +64,6 @@ void discord_activity_update(bool hosting) {
|
|||
gCurActivity.party.size.max_size = 1;
|
||||
}
|
||||
|
||||
char* version = get_version();
|
||||
snprintf(gCurActivity.details, MAX_VERSION_LENGTH, "%s", get_version());
|
||||
|
||||
app.activities->update_activity(app.activities, &gCurActivity, NULL, on_activity_update_callback);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue