summaryrefslogtreecommitdiff
path: root/protocols/Weather/src/proto.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2025-04-10 18:59:36 +0300
committerGeorge Hazan <george.hazan@gmail.com>2025-04-10 18:59:36 +0300
commit86cae9eed59527acdbd64f5a1964d5b82be07c22 (patch)
tree5e97ac7c4b7309a7a7f261f37bf59aa917e551e7 /protocols/Weather/src/proto.h
parent7028b158bc798dffcb7b5ca0eaa4bc0ff77ed76a (diff)
code cleaning
Diffstat (limited to 'protocols/Weather/src/proto.h')
-rw-r--r--protocols/Weather/src/proto.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/protocols/Weather/src/proto.h b/protocols/Weather/src/proto.h
index ae92cf59b4..3e990931d1 100644
--- a/protocols/Weather/src/proto.h
+++ b/protocols/Weather/src/proto.h
@@ -170,8 +170,6 @@ class CWeatherProto : public PROTO<CWeatherProto>
void InitMwin(void);
void DestroyMwin(void);
- int __cdecl BuildContactMenu(WPARAM, LPARAM);
-
INT_PTR __cdecl Mwin_MenuClicked(WPARAM, LPARAM);
// options
@@ -262,6 +260,7 @@ public:
void OnShutdown() override;
static void GlobalMenuInit();
+ int __cdecl BuildContactMenu(MCONTACT);
int __cdecl OnToolbarLoaded(WPARAM, LPARAM);
};