diff options
Diffstat (limited to 'comms/qtel/files/patch-svxlink-trx-SwDtmfDecoder.cpp')
-rw-r--r-- | comms/qtel/files/patch-svxlink-trx-SwDtmfDecoder.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/comms/qtel/files/patch-svxlink-trx-SwDtmfDecoder.cpp b/comms/qtel/files/patch-svxlink-trx-SwDtmfDecoder.cpp deleted file mode 100644 index 26ac2d8b879f..000000000000 --- a/comms/qtel/files/patch-svxlink-trx-SwDtmfDecoder.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- ../svxlink-11.05.orig/svxlink/trx/SwDtmfDecoder.cpp 2010-05-16 09:32:17.000000000 -0700 -+++ svxlink/trx/SwDtmfDecoder.cpp 2012-05-28 10:27:56.000000000 -0700 -@@ -37,6 +37,7 @@ - #include <cstdlib> - - #include <stdint.h> -+#define exp10f(x) exp((x)*log(10)) - - - |