Opened 17 years ago
Closed 17 years ago
#5675 closed defect (fixed)
buttontemplate in MythUIButtonList::Init is always set, no checking required
| Reported by: | Owned by: | stuartm | |
|---|---|---|---|
| Priority: | trivial | Milestone: | 0.22 |
| Component: | mythtv | Version: | head |
| Severity: | low | Keywords: | |
| Cc: | Ticket locked: | no |
Description
thanks to the magic of previous checks buttontemplate has to be valid. So the checks in Init() are not necessary (and are in fact unexecutable code).
Attachments (2)
Change History (5)
by , 17 years ago
| Attachment: | libs_libmythui-deadcode.patch added |
|---|
comment:1 by , 17 years ago
| Milestone: | unknown → 0.22 |
|---|---|
| Owner: | changed from to |
| Status: | new → assigned |
comment:2 by , 17 years ago
by , 17 years ago
| Attachment: | libs_libmythui-deadcode.2.patch added |
|---|
modified after ticket #5502 patch was properly changed
comment:3 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

Removes unexecutable code