diff src/log.c @ 13994:626977ae8869

[gaim-migrate @ 16572] Now that we've killed convo and blist toolbars, the chatlist toolbar seems out-of-place to me committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Tue, 25 Jul 2006 17:30:03 +0000
parents 0567de116699
children ef338033b138
line wrap: on
line diff
--- a/src/log.c	Tue Jul 25 04:31:36 2006 +0000
+++ b/src/log.c	Tue Jul 25 17:30:03 2006 +0000
@@ -594,13 +594,7 @@
 	gaim_log_logger_add(old_logger);
 
 	gaim_signal_register(handle, "log-timestamp",
-#if SIZEOF_TIME_T == 4
 	                     gaim_marshal_POINTER__POINTER_INT,
-#elif SIZEOF_TIME_T == 8
-			     gaim_marshal_POINTER__POINTER_INT64,
-#else
-# error Unknown size of time_t
-#endif
 	                     gaim_value_new(GAIM_TYPE_POINTER), 2,
 	                     gaim_value_new(GAIM_TYPE_SUBTYPE,
 	                                    GAIM_SUBTYPE_LOG),