diff options
Diffstat (limited to 'plugins/NewStory/src/history_array.h')
-rw-r--r-- | plugins/NewStory/src/history_array.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/NewStory/src/history_array.h b/plugins/NewStory/src/history_array.h index bf688aefdb..32582b5b8f 100644 --- a/plugins/NewStory/src/history_array.h +++ b/plugins/NewStory/src/history_array.h @@ -92,7 +92,6 @@ public: OUTGOING = 0x002, MESSAGES = 0x004, FILES = 0x008, - URLS = 0x010, STATUS = 0x020, OTHER = 0x040, EVENTTEXT = 0x080, @@ -147,10 +146,6 @@ public: if (!(flags & FILES)) return false; break; - case EVENTTYPE_URL: - if (!(flags & URLS)) - return false; - break; case EVENTTYPE_STATUSCHANGE: if (!(flags & STATUS)) return false; |