Opened 15 years ago
Closed 14 years ago
Last modified 14 years ago
#9535 closed Patch - Feature (fixed)
Minor cleanup after #8901
Reported by: | Owned by: | sphery | |
---|---|---|---|
Priority: | minor | Milestone: | 0.25 |
Component: | MythTV - Video Playback | Version: | Master Head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
After the changes in #8901, the PlayerContext argument to most DeleteMap methods is now redundant since the PlayerContext pointer is now cached in the DeleteMap object. This patch provides the cleanup.
Attachments (1)
Change History (4)
by , 15 years ago
Attachment: | 8901_cleanup.patch added |
---|
comment:1 by , 15 years ago
Owner: | changed from | to
---|---|
Status: | new → accepted |
comment:2 by , 14 years ago
Milestone: | unknown → 0.25 |
---|---|
Resolution: | → fixed |
Status: | accepted → closed |
comment:3 by , 14 years ago
Fix saving edits after editor cleanup.
Leftover argument caused edits to save as "autosave" lists, so that they weren't actually applied during playback, but looked correct in editing.
Refs #9535
Signed-off-by: Michael T. Dean <mdean@…>
Branch: master Changeset: 05b8be76e24adf30fbf6e3a5b19cc1cc057feb21
Note:
See TracTickets
for help on using tickets.
Clean up PlayerContext usage after editor undo/redo feature.
Remove redundant PlayerContext function arguments after PlayerContext was made a DeleteMap member variable in 0791662a7.
Closes #9535.
Signed-off-by: Michael T. Dean <mdean@…>