diff src/checksignal.c @ 145:4e39ce051c57

Able to compile the checksignal. Fixed Makefile(pt1_lnbd compilation).
author Naoya OYAMA <naoya.oyama@gmail.com>
date Thu, 16 Aug 2012 21:57:34 +0900
parents 9c7bc6c0327e
children 7d8a5bb874ad
line wrap: on
line diff
--- a/src/checksignal.c	Wed Aug 01 23:23:24 2012 +0900
+++ b/src/checksignal.c	Thu Aug 16 21:57:34 2012 +0900
@@ -39,13 +39,6 @@
 /* type definitions */
 typedef int boolean;
 
-typedef struct thread_data {
-    int ch;
-    int lnb;    /* LNB voltage */
-    int tfd;    /* tuner fd */
-    ISDB_T_FREQ_CONV_TABLE *table;
-} thread_data;
-
 /* globals */
 boolean f_exit = FALSE;
 boolean use_bell = FALSE;