Skip to content

Commit

Permalink
refactor: remove dpp::sync
Browse files Browse the repository at this point in the history
  • Loading branch information
braindigitalis committed Dec 13, 2024
1 parent 1cd4de9 commit 549abc8
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 4,501 deletions.
131 changes: 0 additions & 131 deletions buildtools/classes/Generator/SyncGenerator.php

This file was deleted.

3 changes: 1 addition & 2 deletions include/dpp/cluster.h
Original file line number Diff line number Diff line change
Expand Up @@ -4040,9 +4040,8 @@ class DPP_EXPORT cluster {
*/
void channel_set_voice_status(snowflake channel_id, const std::string& status, command_completion_event_t callback = utility::log_error());

#include <dpp/cluster_sync_calls.h>
#ifdef DPP_CORO
#include <dpp/cluster_coro_calls.h>
#include <dpp/cluster_coro_calls.h>
#endif

};
Expand Down
Loading

0 comments on commit 549abc8

Please sign in to comment.