GNOME Bugzilla – Bug 707705
Remove empty functions that just chain up to the parent
Last modified: 2013-09-08 16:08:45 UTC
A number of g-s-d plugins have copy-paste code where constructor and dispose do nothing but chain up to the parent class.
Created attachment 254369 [details] [review] datetime: Remove empty constructor function It was just chaining up.
Created attachment 254370 [details] [review] a11y-settings: Remove empty constructor and dispose functions These were just chaining up.
Created attachment 254371 [details] [review] clipboard: Remove empty constructor function It was just chaining up.
Created attachment 254372 [details] [review] media-keys: Remove empty constructor function It was just chaining up.
Created attachment 254373 [details] [review] mouse: Remove empty constructor and dispose functions These were just chaining up.
Created attachment 254374 [details] [review] orientation: Remove empty constructor and dispose functions These were just chaining up.
Created attachment 254375 [details] [review] print-notifications: Remove empty constructor function It was just chaining up.
Created attachment 254376 [details] [review] rfkill: Remove empty constructor function It was just chaining up.
Created attachment 254377 [details] [review] sound: Remove empty constructor function It was just chaining up.
Created attachment 254378 [details] [review] updates: Remove empty constructor function It was just chaining up.
Created attachment 254379 [details] [review] wacom: Remove empty constructor and dispose functions These were just chaining up.
Created attachment 254380 [details] [review] xsettings: Remove empty constructor function It was just chaining up.
Kill them with fire! I'm not going to mark everything a-c-n individually but they all look fine.
Thanks! Attachment 254369 [details] pushed as b04239d - datetime: Remove empty constructor function Attachment 254370 [details] pushed as c6ad66f - a11y-settings: Remove empty constructor and dispose functions Attachment 254371 [details] pushed as 48242d3 - clipboard: Remove empty constructor function Attachment 254372 [details] pushed as 93c12c2 - media-keys: Remove empty constructor function Attachment 254373 [details] pushed as 98df447 - mouse: Remove empty constructor and dispose functions Attachment 254374 [details] pushed as 3b6e655 - orientation: Remove empty constructor and dispose functions Attachment 254375 [details] pushed as a4d85f9 - print-notifications: Remove empty constructor function Attachment 254376 [details] pushed as 10c0778 - rfkill: Remove empty constructor function Attachment 254377 [details] pushed as c2b32ad - sound: Remove empty constructor function Attachment 254378 [details] pushed as d41dd92 - updates: Remove empty constructor function Attachment 254379 [details] pushed as 47b7e09 - wacom: Remove empty constructor and dispose functions Attachment 254380 [details] pushed as b8b9cff - xsettings: Remove empty constructor function