DescriptionNoissue - Remove a dead inheritance and some dead code
Remove unused "...Version" member variables in 'CPluginTabBase'.
Remove inheritance of 'CAdblockPlusClient' from 'CPluginClientBase'. The only
inherited member was 's_criticalSectionLocal'. Duplicate that member in
'CAdblockPlusClient'; keep the original member (but with a new name).
Clean up the #include statement in affected headers, removing some unused
headers, swapping out others in exchange for more specific one.
Rename 'CPluginClientBase' to 'LogQueue'. This reflects the only remaining
function of the old base class.
Patch Set 1 : #
Total comments: 6
Patch Set 2 : Remove comment #
MessagesTotal messages: 5
|