whittle whittle
[citadel.git] / citadel / citadel.h
index fea62aaa2909207792589115f9f5f2c1a0bf3114..8c209787dd90a539a8bd6baac9de58a50c74d13a 100644 (file)
@@ -152,7 +152,6 @@ struct ctdlroom {
 #define MES_ERROR      (-1)            // Can't send message due to bad address
 #define MES_LOCAL      0               // Local message, do no network processing
 #define MES_INTERNET   1               // Convert msg and send as Internet mail
-#define MES_IGNET      2               // Process recipient and send via Cit net
 
 /****************************************************************************/