diff src/gaim.h @ 2986:1c6a3516e1ff

[gaim-migrate @ 2999] Funky :) Editable buddy pouncen committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Sat, 23 Feb 2002 23:41:50 +0000
parents 626729653436
children 7239a392486c
line wrap: on
line diff
--- a/src/gaim.h	Sat Feb 23 23:28:49 2002 +0000
+++ b/src/gaim.h	Sat Feb 23 23:41:50 2002 +0000
@@ -159,18 +159,6 @@
 
 #define OPT_POUNCE_NOTIFY	0x200
 
-struct buddy_pounce {
-        char name[80];
-        char message[2048];
-	char command[2048];
-	char sound[2048];
-	
-	char pouncer[80];
-	int protocol;
-
-	int options;
-};
-
 #define CONVERSATION_TITLE "%s - Gaim"
 #define LOG_CONVERSATION_TITLE "%s - Gaim (logged)"