commit 40f07cc5f6e862f32c0ab970b61c32ca1b16c000
parent d871113d67cf5f709638e21200111f9a6c387119
Author: Frederic Cambus <fcambus@users.sourceforge.net>
Date: Sun, 20 Sep 2015 01:24:23 +0200
Removing empty variables declarations
Diffstat:
1 file changed, 0 insertions(+), 8 deletions(-)
diff --git a/ansiweather b/ansiweather
@@ -42,14 +42,6 @@ fetch_cmd=$(get_config "fetch_cmd" || echo "curl -s")
###[ Parse the command line ]##################################################
-# Set all variables that can be set from the command line to an empty value.
-location=
-units=
-forecast=
-daylight=
-ansi=
-symbols=
-
# Get config options from command line flags
while getopts l:u:f:Fd:a:s:h option
do