Removed unneeded variable
This commit is contained in:
@@ -311,7 +311,7 @@ namespace ASCOM.Meade.net
|
|||||||
//sHH# form is returned, otherwise the longer form is returned.
|
//sHH# form is returned, otherwise the longer form is returned.
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
double utcOffsetHours = double.Parse(utcOffSet);
|
double.Parse(utcOffSet);
|
||||||
}
|
}
|
||||||
catch (Exception)
|
catch (Exception)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user