summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2025-04-10 15:02:31 +0300
committerGeorge Hazan <george.hazan@gmail.com>2025-04-10 15:02:31 +0300
commita5e4a0de5bfa544de0e77ce3bf5443386530d43f (patch)
tree8d9484fecd2b10c0fce6529e0f0d6695742836e3 /include
parentaeb5c84e9c3a013f0ae12b4a7b2297f6f45dca4c (diff)
that was a very dirty crutch, let's remove it
Diffstat (limited to 'include')
-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);
}