From a42b0d62ae7a2c8595aa7cfbbaf68ed9e96a9498 Mon Sep 17 00:00:00 2001 From: jfreegman Date: Fri, 17 Dec 2021 16:00:59 -0500 Subject: [PATCH] Fix format-source APIDSL no longer works with these header files --- other/astyle/format-source | 4 ---- 1 file changed, 4 deletions(-) diff --git a/other/astyle/format-source b/other/astyle/format-source index 7de28d06f0..effc9cd65f 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 &