changeset 12180:b3d334f60732

[gaim-migrate @ 14482] An #if 1 doesn't make a lot of sense. I'm tired of seeing the hunk that removes this in every MSNP10/MSNP11 patch I look at. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Mon, 21 Nov 2005 11:33:22 +0000
parents 92ba143044e6
children 06368415c89c
files src/protocols/msn/command.h
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/protocols/msn/command.h	Mon Nov 21 06:56:35 2005 +0000
+++ b/src/protocols/msn/command.h	Mon Nov 21 11:33:22 2005 +0000
@@ -29,10 +29,8 @@
 #include "cmdproc.h"
 #include "transaction.h"
 
-#if 1
 typedef void (*MsnPayloadCb)(MsnCmdProc *cmdproc, MsnCommand *cmd,
 							 char *payload, size_t len);
-#endif
 
 /**
  * A received command.