forked from Mirrors/privacore-open-source-search-engine
Remove SENT_HASSOMEEVENTSDATE
This commit is contained in:
@ -6973,7 +6973,6 @@ char *getSentBitLabel ( sentflags_t sf ) {
|
||||
if ( sf == SENT_FORMTABLE_FIELD ) return "formtablefield";
|
||||
if ( sf == SENT_FORMTABLE_VALUE ) return "formtablevalue";
|
||||
if ( sf == SENT_IN_TAG ) return "intag";
|
||||
if ( sf == SENT_HASSOMEEVENTSDATE ) return "hassomeeventsdate";
|
||||
if ( sf == SENT_HASTITLEWORDS ) return "hastitlewords";
|
||||
if ( sf == SENT_BADEVENTSTART ) return "badeventstart";
|
||||
if ( sf == SENT_MENU_SENTENCE ) return "menusentence";
|
||||
|
@ -162,7 +162,7 @@
|
||||
#define SENT_BEFORE_SPACER 0x0010000000000000LL
|
||||
//#define SENT_UNUSED 0x0020000000000000LL
|
||||
//#define SENT_UNUSED 0x0040000000000000LL
|
||||
#define SENT_HASSOMEEVENTSDATE 0x0080000000000000LL
|
||||
//#define SENT_UNUSED 0x0080000000000000LL
|
||||
#define SENT_AFTER_COLON 0x0100000000000000LL
|
||||
#define SENT_HASTITLEWORDS 0x0200000000000000LL
|
||||
//#define SENT_UNUSED 0x0400000000000000LL
|
||||
|
Reference in New Issue
Block a user