summaryrefslogtreecommitdiff
path: root/include/m_database.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/m_database.h')
-rw-r--r--include/m_database.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/m_database.h b/include/m_database.h
index 582c2c273f..3a1393d2d4 100644
--- a/include/m_database.h
+++ b/include/m_database.h
@@ -223,10 +223,6 @@ struct DBEVENTINFO
return bMsec ? (iTimestamp / 1000) : iTimestamp;
}
- bool __forceinline markedRead() const {
- return (bSent || bRead);
- }
-
bool __forceinline operator==(const DBEVENTINFO &e) {
return (iTimestamp == e.iTimestamp && eventType == e.eventType && cbBlob == e.cbBlob && bSent == e.bSent);
}