diff --git a/src/zapit/include/zapit/client/zapittypes.h b/src/zapit/include/zapit/client/zapittypes.h index 0a46cf10f..86073bedf 100644 --- a/src/zapit/include/zapit/client/zapittypes.h +++ b/src/zapit/include/zapit/client/zapittypes.h @@ -94,74 +94,4 @@ typedef struct TP_parameter struct dvb_frontend_parameters feparams; } TP_params; -#if 0 -/* complete channel-parameters in a struct */ -typedef struct Channel_parameter -{ - std::string name; - t_service_id service_id; - t_transport_stream_id transport_stream_id; - t_original_network_id original_network_id; - unsigned char service_type; - uint32_t TP_id; /* diseqc<<24 | feparams->frequency>>8 */ -} CH_params; -#endif - -#if 0 -/* complete zapit start thread-parameters in a struct */ -typedef struct ZAPIT_start_arg -{ - t_channel_id startchanneltv_id; - t_channel_id startchannelradio_id; - int startchanneltv_nr; - int startchannelradio_nr; - int uselastchannel; - int video_mode; - int ci_clock; -} Z_start_arg; -#endif -#if 0 -typedef struct TP_map -{ - TP_params TP; - TP_map(const TP_params p_TP) - { - TP = p_TP; - } -} t_transponder; - -#define MAX_LNB 64 -#endif - -#if 0 -typedef struct Zapit_config { - int writeChannelsNames; - int makeRemainingChannelsBouquet; - int saveLastChannel; - int rezapTimeout; - int fastZap; - int sortNames; - int scanPids; - int scanSDT; - int cam_ci; - int useGotoXX; - /* FE common */ - int feTimeout; - int gotoXXLaDirection; - int gotoXXLoDirection; - double gotoXXLatitude; - double gotoXXLongitude; - int repeatUsals; - /* FE specific */ - int highVoltage; - int motorRotationSpeed; - int uni_scr; - int uni_qrg; -} t_zapit_config; -#endif -#if 0 -typedef std::map TP_map_t; -typedef std::map ::iterator TP_iterator; -#endif - #endif /* __zapittypes_h__ */