From c6ec0a6868d052b4f3e116b9843289495b1e5626 Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Wed, 29 Apr 2015 06:56:41 +0000
Subject: [PATCH] Removed the SCAN_UNREAD definition (never used by SBBS).

---
 exec/load/sbbsdefs.js | 3 +--
 src/sbbs3/sbbsdefs.h  | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/exec/load/sbbsdefs.js b/exec/load/sbbsdefs.js
index 14cb1b8873..df8115be44 100644
--- a/exec/load/sbbsdefs.js
+++ b/exec/load/sbbsdefs.js
@@ -8,7 +8,7 @@
  * @format.tab-size 4		(Plain Text/Source Code File Header)			*
  * @format.use-tabs true	(see http://www.synchro.net/ptsc_hdr.html)		*
  *																			*
- * Copyright 2011 Rob Swindell - http://www.synchro.net/copyright.html		*
+ * Copyright 2015 Rob Swindell - http://www.synchro.net/copyright.html		*
  *																			*
  * This program is free software; you can redistribute it and/or			*
  * modify it under the terms of the GNU General Public License				*
@@ -573,7 +573,6 @@ var	SCAN_NEW		=(1<<1);	/* New scanning								*/
 var	SCAN_BACK		=(1<<2);	/* Scan the last message if no new			*/
 var	SCAN_TOYOU		=(1<<3);	/* Scan for messages to you 				*/
 var	SCAN_FIND		=(1<<4);	/* Scan for text in messages				*/
-var	SCAN_UNREAD		=(1<<5);	/* Find un-read messages to you 			*/
 					    		/********************************************/
 
 								/********************************************/
diff --git a/src/sbbs3/sbbsdefs.h b/src/sbbs3/sbbsdefs.h
index 09367f8593..b97367a1a3 100644
--- a/src/sbbs3/sbbsdefs.h
+++ b/src/sbbs3/sbbsdefs.h
@@ -8,7 +8,7 @@
  * @format.tab-size 4		(Plain Text/Source Code File Header)			*
  * @format.use-tabs true	(see http://www.synchro.net/ptsc_hdr.html)		*
  *																			*
- * Copyright 2014 Rob Swindell - http://www.synchro.net/copyright.html		*
+ * Copyright 2015 Rob Swindell - http://www.synchro.net/copyright.html		*
  *																			*
  * This program is free software; you can redistribute it and/or			*
  * modify it under the terms of the GNU General Public License				*
@@ -810,7 +810,6 @@ enum XFER_TYPE {				/* Values for type in xfer_prot_select()	*/
 #define SCAN_BACK	(1<<2)		/* Scan the last message if no new			*/
 #define SCAN_TOYOU	(1<<3)		/* Scan for messages to you 				*/
 #define SCAN_FIND	(1<<4)		/* Scan for text in messages				*/
-#define SCAN_UNREAD (1<<5)		/* Find un-read messages to you 			*/
 								
 								/* Bits in misc of chan_t					*/
 #define CHAN_PW 	(1<<0)		/* Can be password protected				*/
-- 
GitLab