diff options
Diffstat (limited to 'protocols/Weather/src/stdafx.h')
| -rw-r--r-- | protocols/Weather/src/stdafx.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/protocols/Weather/src/stdafx.h b/protocols/Weather/src/stdafx.h index 8ad0babd09..956ce498b9 100644 --- a/protocols/Weather/src/stdafx.h +++ b/protocols/Weather/src/stdafx.h @@ -92,10 +92,6 @@ enum EWeatherCondition #define MAX_TEXT_SIZE 4096
#define MAX_DATA_LEN 1024
-// db info mangement mode
-#define WDBM_REMOVE 1
-#define WDBM_DETAILDISPLAY 2
-
// more info list column width
#define LIST_COLUMN 150
@@ -146,11 +142,6 @@ wchar_t *GetDisplay(WEATHERINFO *w, const wchar_t *dis, wchar_t* str); wchar_t *GetError(int code);
/////////////////////////////////////////////////////////////////////////////////////////
-// functions in weather_data.c
-
-void DBDataManage(MCONTACT hContact, uint16_t Mode, WPARAM wParam, LPARAM lParam);
-
-/////////////////////////////////////////////////////////////////////////////////////////
// functions in weather_info.c
const wchar_t *GetDefaultText(int c);
|
