diff options
author | George Hazan <george.hazan@gmail.com> | 2025-01-15 20:41:14 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2025-01-15 20:41:14 +0300 |
commit | 1b466efd4cd31eb6ef46ad208002b27deb7751e4 (patch) | |
tree | 7f863129ddd7d0d8bf02355cd0056cbef295ee2c /protocols/Weather/src/weather_http.cpp | |
parent | 7249668ec22b5049c1098185ccc647f4fa891867 (diff) |
code cleaning
Diffstat (limited to 'protocols/Weather/src/weather_http.cpp')
-rw-r--r-- | protocols/Weather/src/weather_http.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/Weather/src/weather_http.cpp b/protocols/Weather/src/weather_http.cpp index 79c9efd21e..bfbcadc589 100644 --- a/protocols/Weather/src/weather_http.cpp +++ b/protocols/Weather/src/weather_http.cpp @@ -28,7 +28,6 @@ from the web using netlib HNETLIBUSER hNetlibUser; //============ DOWNLOAD NEW WEATHER ============ -// // function to download webpage from the internet // szUrl = URL of the webpage to be retrieved // return value = 0 for success, 1 or HTTP error code for failure |