From: Adolf Belka Date: Wed, 13 Apr 2022 08:00:20 +0000 (+0200) Subject: wio.cgi: Remove code lines that are commented out X-Git-Tag: v2.27-core170~304^2~24 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=aee369fea30e210bf1088e88116610f8ce970a4b;p=ipfire-2.x.git wio.cgi: Remove code lines that are commented out - These lines were introduced with another patch related to removing IPFire start/stop capability from wio - The lines were introduced in commented out form and so are doing nothing. - It looks like they were added as part of a debugging or investigation work on wio Signed-off-by: Adolf Belka Reviewed-by: Bernhard Bitsch --- diff --git a/src/wio/wio.cgi b/src/wio/wio.cgi index 1dcec52fe2..a611028943 100644 --- a/src/wio/wio.cgi +++ b/src/wio/wio.cgi @@ -128,9 +128,6 @@ my @devs_alt = ('green','blue','orange','red'); my %ifacecolor = ( GREEN => 'wio_run_green', BLUE => 'wio_run_blue', ORANGE => 'wio_run_orange'); -#if ( $netsettings{'RED_TYPE'} eq 'STATIC' || $netsettings{'RED_TYPE'} eq 'DHCP' ) { -# %ifacecolor = ( %ifacecolor, RED => 'wio_run_red' ); -#} &loadips();