diff --git a/other/astyle/format-source b/other/astyle/format-source index 7de28d06..effc9cd6 100755 --- a/other/astyle/format-source +++ b/other/astyle/format-source @@ -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 &