summaryrefslogtreecommitdiff
path: root/plugins/ExternalAPI
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-11-14 00:16:27 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-11-14 00:16:27 +0300
commitba688c1ade0ac44a02294dda3e486469820bb31a (patch)
tree98bb3ca065f4b5cbe8a0446a5e7c9b6d36ecf320 /plugins/ExternalAPI
parentdd2dd9a224ea7501a99e0ae4995d8f4b8ed3b5c7 (diff)
Weather -> g_plugin
Diffstat (limited to 'plugins/ExternalAPI')
-rw-r--r--plugins/ExternalAPI/m_weather.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/plugins/ExternalAPI/m_weather.h b/plugins/ExternalAPI/m_weather.h
index cf1a522261..dc50d970e8 100644
--- a/plugins/ExternalAPI/m_weather.h
+++ b/plugins/ExternalAPI/m_weather.h
@@ -20,29 +20,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#ifndef M_WEATHER_H__
#define M_WEATHER_H__ 1
-//============ CONSTANTS ============
-
-// name
-#define WEATHERPROTONAME "Weather"
-#define WEATHERPROTOTEXT "Weather"
-#define DEFCURRENTWEATHER "WeatherCondition"
-#define WEATHERCONDITION "Current"
-
-// weather conditions
-#define SUNNY ID_STATUS_ONLINE
-#define NA ID_STATUS_OFFLINE
-#define PCLOUDY ID_STATUS_AWAY
-#define CLOUDY ID_STATUS_NA
-#define RAIN ID_STATUS_OCCUPIED
-#define RSHOWER ID_STATUS_DND
-#define SNOW ID_STATUS_FREECHAT
-#define LIGHT ID_STATUS_INVISIBLE
-#define THUNDER ID_STATUS_INVISIBLE
-#define SSHOWER ID_STATUS_ONTHEPHONE
-#define FOG ID_STATUS_OUTTOLUNCH
-#define UNAVAIL 40081
-
-
//============ WEATHER CONDITION STRUCT ============
// weather conditions (added in v0.1.2.0)