Opened 15 years ago
Closed 15 years ago
#5078 closed defect (duplicate)
lcddevice.h has default ctors and dtors that are not necessary
Reported by: | Owned by: | Isaac Richards | |
---|---|---|---|
Priority: | trivial | Milestone: | unknown |
Component: | mythtv | Version: | head |
Severity: | low | Keywords: | |
Cc: | Ticket locked: | no |
Description
The default ctors and dtors for LCDMenuItem and LCDTextItem are noever used and contain no code (nor are they inherited from). So that no one gets confused we can remove them and let the compiler supply these default items.
Attachments (1)
Change History (2)
Changed 15 years ago by
Attachment: | libs_libmyth_lcddevice.h-remove-default-ctor.patch added |
---|
Note: See
TracTickets for help on using
tickets.
removes unnecessary ctors and dtors