diff src/prpl.h @ 9058:cde9fb3546ed

[gaim-migrate @ 9834] Removed OPT_PROTO_CORRECT_TIME and moved some functionality out of the core and into oscar.c and toc.c committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 25 May 2004 03:54:12 +0000
parents 7ab20f829190
children 7a8aa87164ae
line wrap: on
line diff
--- a/src/prpl.h	Tue May 25 02:10:48 2004 +0000
+++ b/src/prpl.h	Tue May 25 03:54:12 2004 +0000
@@ -112,24 +112,6 @@
 typedef enum
 {
 	/**
-	 * TOC and Oscar send HTML-encoded messages;
-	 * most other protocols don't.
-	 */
-#if 0
-	#define OPT_PROTO_HTML            0x00000001 this should be per-connection */
-#endif
-
-	/**
-	 * Synchronize the time between the local computer and the server.
-	 *
-	 * TOC and Oscar have signon time, and the server's time needs
-	 * to be adjusted to match your computer's time.
-	 *
-	 * We wouldn't need this if everyone used NTP.
-	 */
-	OPT_PROTO_CORRECT_TIME = 0x00000002,
-
-	/**
 	 * Use a unique name, not an alias, for chat rooms.
 	 *
 	 * Jabber lets you choose what name you want for chat.