Skip to content
Snippets Groups Projects
Commit c6ec0a68 authored by rswindell's avatar rswindell
Browse files

Removed the SCAN_UNREAD definition (never used by SBBS).

parent 4abd5df4
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
* @format.tab-size 4 (Plain Text/Source Code File Header) * * @format.tab-size 4 (Plain Text/Source Code File Header) *
* @format.use-tabs true (see http://www.synchro.net/ptsc_hdr.html) * * @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 * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *
...@@ -573,7 +573,6 @@ var SCAN_NEW =(1<<1); /* New scanning */ ...@@ -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_BACK =(1<<2); /* Scan the last message if no new */
var SCAN_TOYOU =(1<<3); /* Scan for messages to you */ var SCAN_TOYOU =(1<<3); /* Scan for messages to you */
var SCAN_FIND =(1<<4); /* Scan for text in messages */ var SCAN_FIND =(1<<4); /* Scan for text in messages */
var SCAN_UNREAD =(1<<5); /* Find un-read messages to you */
/********************************************/ /********************************************/
/********************************************/ /********************************************/
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
* @format.tab-size 4 (Plain Text/Source Code File Header) * * @format.tab-size 4 (Plain Text/Source Code File Header) *
* @format.use-tabs true (see http://www.synchro.net/ptsc_hdr.html) * * @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 * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * 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() */ ...@@ -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_BACK (1<<2) /* Scan the last message if no new */
#define SCAN_TOYOU (1<<3) /* Scan for messages to you */ #define SCAN_TOYOU (1<<3) /* Scan for messages to you */
#define SCAN_FIND (1<<4) /* Scan for text in messages */ #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 */ /* Bits in misc of chan_t */
#define CHAN_PW (1<<0) /* Can be password protected */ #define CHAN_PW (1<<0) /* Can be password protected */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment