From e15eb8fa752096eda93fad9521ab8e53406f0f0c Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Wed, 16 Mar 2022 20:36:11 +0200 Subject: [PATCH 20/20] gtk3.22: Remove TODO comment not applicable for gtk+-3 See osdn #42916 Signed-off-by: Marko Lindqvist --- client/gui-gtk-3.22/gui_main.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/client/gui-gtk-3.22/gui_main.c b/client/gui-gtk-3.22/gui_main.c index 83391d0148..ce56b23916 100644 --- a/client/gui-gtk-3.22/gui_main.c +++ b/client/gui-gtk-3.22/gui_main.c @@ -292,9 +292,6 @@ static void parse_options(int argc, char **argv) free(option); } /* Can't check against unknown options, as those might be gtk options */ - /* TODO: gtk+ is about to drop its commandline options anyway, - * so we can stop supporting them and have error checking - * added here. */ i++; } -- 2.35.1