summaryrefslogtreecommitdiff
path: root/protocols/Weather/src/stdafx.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2025-01-26 17:13:38 +0300
committerGeorge Hazan <george.hazan@gmail.com>2025-01-26 17:13:38 +0300
commit6c1144dab5f721108a099cc7e36b23813c3cefc1 (patch)
treeb53470770e67730ced5a18ba54136a51db8396bb /protocols/Weather/src/stdafx.h
parent049450602d7d1b8f3ae655d08b49f8a45d6235ba (diff)
fixes #1508 (Port Weather from .ini to API)
Diffstat (limited to 'protocols/Weather/src/stdafx.h')
-rw-r--r--protocols/Weather/src/stdafx.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/protocols/Weather/src/stdafx.h b/protocols/Weather/src/stdafx.h
index 098b92f7f8..8ad0babd09 100644
--- a/protocols/Weather/src/stdafx.h
+++ b/protocols/Weather/src/stdafx.h
@@ -118,24 +118,6 @@ enum EWeatherCondition
#define WM_UPDATEDATA (WM_USER + 2687)
/////////////////////////////////////////////////////////////////////////////////////////
-// DATA FORMAT STRUCT
-
-#define WID_NORMAL 0
-#define WID_SET 1
-#define WID_BREAK 2
-
-struct WIDATAITEM
-{
- wchar_t *Name;
- wchar_t *Start;
- wchar_t *End;
- wchar_t *Unit;
- char *Url;
- wchar_t *Break;
- int Type;
-};
-
-/////////////////////////////////////////////////////////////////////////////////////////
// GLOBAL VARIABLES
extern HWND hPopupWindow;
@@ -166,8 +148,6 @@ wchar_t *GetError(int code);
/////////////////////////////////////////////////////////////////////////////////////////
// functions in weather_data.c
-int DBGetData(MCONTACT hContact, char *setting, DBVARIANT *dbv);
-
void DBDataManage(MCONTACT hContact, uint16_t Mode, WPARAM wParam, LPARAM lParam);
/////////////////////////////////////////////////////////////////////////////////////////