diff options
Diffstat (limited to 'protocols/Yahoo/src/proto.h')
-rw-r--r-- | protocols/Yahoo/src/proto.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/protocols/Yahoo/src/proto.h b/protocols/Yahoo/src/proto.h index 0f472c4483..4aa8ddc86f 100644 --- a/protocols/Yahoo/src/proto.h +++ b/protocols/Yahoo/src/proto.h @@ -265,8 +265,6 @@ struct CYahooProto : public PROTO_INTERFACE DWORD Set_Protocol( HANDLE hContact, int protocol );
- int SendBroadcast( HANDLE hContact, int type, int result, HANDLE hProcess, LPARAM lParam );
-
int ShowNotification(const TCHAR *title, const TCHAR *info, DWORD flags);
void ShowError(const TCHAR *title, const TCHAR *buff);
int ShowPopup( const TCHAR* nickname, const TCHAR* msg, const char *szURL );
|