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
> "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
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
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
> "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
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.