diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-12-01 10:54:11 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-12-01 10:54:11 +0000 |
commit | 8580a1f565a8c99f6c133a4e75424b0b79b5700c (patch) | |
tree | 05e1aa210374be07158a43973f0d5d83f4ac80d6 /plugins/ExternalAPI | |
parent | 922616d7a19c543b2da7adf61b331ad3e9a7895a (diff) |
weather description fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@2583 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ExternalAPI')
-rw-r--r-- | plugins/ExternalAPI/m_weather.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/ExternalAPI/m_weather.h b/plugins/ExternalAPI/m_weather.h index c45f7bf8a3..492fbf4521 100644 --- a/plugins/ExternalAPI/m_weather.h +++ b/plugins/ExternalAPI/m_weather.h @@ -20,9 +20,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #ifndef M_WEATHER_H__
#define M_WEATHER_H__ 1
-// {6B612A34-DCF2-4e32-85CF-B6FD006B745E}
-#define MIID_WEATHER { 0x6b612a34, 0xdcf2, 0x4e32, { 0x85, 0xcf, 0xb6, 0xfd, 0x0, 0x6b, 0x74, 0x5e } }
-
//============ CONSTANTS ============
// name
|