Opened 14 years ago
Closed 13 years ago
#9445 closed Patch - Bug Fix (Won't Fix)
[PATCH]: simplify eit scanner a bit
Reported by: | Owned by: | Stuart Auchterlonie | |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | MythTV - EIT | Version: | Master Head |
Severity: | low | Keywords: | eit, scanner |
Cc: | Ticket locked: | no |
Description
Attachments (1)
Change History (4)
Changed 14 years ago by
Attachment: | dvbstream-1.patch added |
---|
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Milestone: | 0.25 → unknown |
---|---|
Status: | new → assigned |
Please don't set milestones, the developer will decide when he'll have the time to look at your patch.
comment:3 Changed 13 years ago by
Resolution: | → Won't Fix |
---|---|
Status: | assigned → closed |
Not needed, this changes the behavior of some currently unused code. No need to spend valuable time reviewing this..
Note: See
TracTickets for help on using
tickets.
The patch applies against trunk (as of now ;-) with some fuzz but no reject (I have other modif on my tree). The aim of the patch is just to discard dvbstream's member func HasEIT() which was never called anywhere. Also change _dvb_has_eit to bool because that's what is only needed now.