Opened 15 years ago
Closed 14 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)
by , 15 years ago
| Attachment: | dvbstream-1.patch added |
|---|
comment:1 by , 15 years ago
comment:2 by , 15 years ago
| 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 by , 14 years ago
| 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.