Opened 15 years ago
Closed 15 years ago
#5101 closed defect (duplicate)
remove unneeded conditional in DecoderBase::AutoSelectTrack()
Reported by: | Owned by: | Isaac Richards | |
---|---|---|---|
Priority: | trivial | Milestone: | unknown |
Component: | mythtv | Version: | head |
Severity: | low | Keywords: | |
Cc: | Ticket locked: | no |
Description
The variable selTrack cannot be less then zero by line 934. So the conditional is not needed.
Attachments (1)
Change History (2)
Changed 15 years ago by
Attachment: | libs_libmythtv_decoderbase.cpp-remove-deadcode.patch added |
---|
Note: See
TracTickets for help on using
tickets.
remove unneeded conditional