summaryrefslogtreecommitdiff
path: root/gsm-tvoid/src/lib/gsm_burst.h
diff options
context:
space:
mode:
Diffstat (limited to 'gsm-tvoid/src/lib/gsm_burst.h')
-rwxr-xr-xgsm-tvoid/src/lib/gsm_burst.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gsm-tvoid/src/lib/gsm_burst.h b/gsm-tvoid/src/lib/gsm_burst.h
index 2e482d0..48fafac 100755
--- a/gsm-tvoid/src/lib/gsm_burst.h
+++ b/gsm-tvoid/src/lib/gsm_burst.h
@@ -145,7 +145,7 @@ protected:
void print_bits(const float *data,int length);
void print_hex(const unsigned char *data,int length);
- void soft2hardbit(char *dst, const float *data, int len); //need this?
+// void soft2hardbit(char *dst, const float *data, int len); //need this?
void print_burst(void);
void diff_encode(const float *in,float *out,int length,float lastbit = 1.0);
personal git repositories of Harald Welte. Your mileage may vary