Fix format-source

APIDSL no longer works with these header files
This commit is contained in:
jfreegman 2021-12-17 16:00:59 -05:00
parent b14d9328b4
commit a42b0d62ae
No known key found for this signature in database
GPG Key ID: 3627F3144076AE63

View File

@ -60,10 +60,6 @@ apidsl_curl() {
# Check if apidsl generated sources are up to date.
set +x
"$APIDSL" toxcore/LAN_discovery.api.h >toxcore/LAN_discovery.h &
"$APIDSL" toxcore/crypto_core.api.h >toxcore/crypto_core.h &
"$APIDSL" toxcore/ping.api.h >toxcore/ping.h &
"$APIDSL" toxcore/ping_array.api.h >toxcore/ping_array.h &
"$APIDSL" toxcore/tox.api.h >toxcore/tox.h &
"$APIDSL" toxav/toxav.api.h >toxav/toxav.h &
"$APIDSL" toxencryptsave/toxencryptsave.api.h >toxencryptsave/toxencryptsave.h &