Re: [PATCH 21/66] kconfig: gconf: remove unneeded variables in on_treeview*_button_press_event()

From: Masahiro Yamada
Date: Mon Jun 30 2025 - 00:23:05 EST


On Mon, Jun 30, 2025 at 11:40 AM Randy Dunlap <rdunlap@xxxxxxxxxxxxx> wrote:
>
>
>
> On 6/24/25 8:05 AM, Masahiro Yamada wrote:
> > No all position parameters are used here. Passing NULL to
>
> Not all
>
> > gtk_tree_view_get_cursor() or gtk_tree_view_get_path_at_pos() is
> > allowed. [1] [2]
> >
> > [1]: https://gitlab.gnome.org/GNOME/gtk/-/blob/2.24.33/gtk/gtktreeview.c#L12638
> > [1]: https://gitlab.gnome.org/GNOME/gtk/-/blob/2.24.33/gtk/gtktreeview.c#L12795
> > Signed-off-by: Masahiro Yamada <masahiroy@xxxxxxxxxx>

Thanks. I will locally fix it.


> >
> > scripts/kconfig/gconf.c | 14 +++-----------
> > 1 file changed, 3 insertions(+), 11 deletions(-)
>
> --
> ~Randy



--
Best Regards
Masahiro Yamada