Re: unused parameter

2006-12-04 Thread Bo Peng
On 12/4/06, Georg Baum <[EMAIL PROTECTED]> wrote: Please fix this warning: ../../../src/mathed/../insets/insetbase.h:185: warning: unused parameter 'mouse_hover' Fixed. Thanks. Bo

Re: unused parameter

2006-11-10 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Jean-Marc Lasgouttes wrote: >>> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: >> Georg> ../../src/MenuBackend.C:762: Warnung: unbenutzter Parameter Georg> »buf« Why is it unused? Can it be removed? >> The foll

Re: unused parameter

2006-11-10 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> ../../src/MenuBackend.C:762: Warnung: unbenutzter Parameter Georg> »buf« Why is it unused? Can it be removed? The following patch does that and cleans up the patch (too much cut and paste, it seems). It's ra

Re: unused parameter

2006-11-10 Thread Georg Baum
Jean-Marc Lasgouttes wrote: > The following patch does that and cleans up the patch (too much cut > and paste, it seems). It also uses the toolbar's gui_name, since this > is what we really want. > > OK? Fine with me. Georg

Re: unused parameter

2006-11-10 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> ../../src/MenuBackend.C:762: Warnung: unbenutzter Parameter Georg> »buf« Why is it unused? Can it be removed? The following patch does that and cleans up the patch (too much cut and paste, it seems). It also uses the toolbar's gui_nam

Re: unused parameter

2006-10-30 Thread Abdelrazak Younes
Georg Baum wrote: I get this warning: ../../src/text.C:436: Warnung: unbenutzter Parameter »buffer« Why is this parameter not used? I went a bit too far with this one because the first singleWidth() needed the buffer argument. Can it be removed? Yes, I'll remove it. Abdel.