[REVIEWED] Remove unused code

2012-02-23 Thread Michael Meeks
On Wed, 2012-02-22 at 22:06 +0100, Santiago Martinez wrote: This patch removes unused code as listed in unusedcode.easy That is most odd; I wouldn't expect unusedcode.easy to list virtual methods, particularly ones (possibly?) required to implement XComponent: // XComponent -

Re: [PUSHED][REVIEWED] Remove unused code

2012-02-23 Thread Caolán McNamara
On Thu, 2012-02-23 at 13:03 +, Michael Meeks wrote: Any thoughts Caolan ? callcatcher is right, this is a *pure* virtual, i.e. the = 0 of virtual void dispose() = 0; Everything that inherits from it has to implement a ::dispose so there's a virtual method slot created for dispose and