From 06ca4d0df9ed5aadccacf4645cc56b702e738fbc Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 24 Jan 2024 13:59:40 +0300 Subject: unknown piece of junk also removed --- include/m_protosvc.h | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/include/m_protosvc.h b/include/m_protosvc.h index 9bbb4558ad..4f6b990b28 100644 --- a/include/m_protosvc.h +++ b/include/m_protosvc.h @@ -553,34 +553,6 @@ struct PROTOFILERESUME #define PS_GETMYNICKNAMEMAXLENGTH "/GetMyNicknameMaxLength" -// WAYD = What are you doing -#define WAYD_UNICODE 1 // return Unicode texts - -/////////////////////////////////////////////////////////////////////////////// -// Get the WAYD message for the user -// wParam = (WPARAM)WAYD_xxx -// lParam = 0 -// Returns the text or NULL if there is none. Remember to mir_free the return value. - -#define PS_GETMYWAYD "/GetMyWAYD" - -/////////////////////////////////////////////////////////////////////////////// -// Sets the WAYD message for the user -// wParam = (WPARAM)WAYD_xxx -// lParam = (LPARAM)(wchar_t * or char *)The message -// Returns 0 on success, nonzero on failure - -#define PS_SETMYWAYD "/SetMyWAYD" - -/////////////////////////////////////////////////////////////////////////////// -// Get the max allowed length that a WAYD message can have -// Optional, default value is 1024 -// wParam = 0 -// lParam = 0 -// Returns the max length - -#define PS_GETMYWAYDMAXLENGTH "/GetMyWAYDMaxLength" - /////////////////////////////////////////////////////////////////////////////// // Get the unread email message count, optional // wParam = 0 -- cgit v1.2.3