summaryrefslogtreecommitdiff
path: root/plugins/!NotAdopted/sametime/session_announce_win.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/!NotAdopted/sametime/session_announce_win.h')
-rw-r--r--plugins/!NotAdopted/sametime/session_announce_win.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/plugins/!NotAdopted/sametime/session_announce_win.h b/plugins/!NotAdopted/sametime/session_announce_win.h
deleted file mode 100644
index e311af9b9f..0000000000
--- a/plugins/!NotAdopted/sametime/session_announce_win.h
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifndef _SESSION_ANNOUNCE_WIN_INC
-#define _SESSION_ANNOUNCE_WIN_INC
-
-#include "common.h"
-
-typedef struct {
- TCHAR msg[MAX_MESSAGE_SIZE];
- GList *recipients;
-} AnnouncementData;
-
-typedef void (*SendAnnounceFunc)(AnnouncementData *ad);
-
-INT_PTR CALLBACK SessionAnnounceDialogProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam);
-
-#endif