summaryrefslogtreecommitdiff
path: root/plugins/SimpleAR/src
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-04-27 11:18:52 +0200
committerGeorge Hazan <ghazan@miranda.im>2018-04-27 11:18:52 +0200
commitd78c9d23d5ad5e1341e46094d7f9e29686acaa7e (patch)
treea25e4f14cb92e3af8d2f9e0453757d856528b335 /plugins/SimpleAR/src
parent37071053f2bfb38733d0ef912b3a414f67b8be03 (diff)
code cleaning
Diffstat (limited to 'plugins/SimpleAR/src')
-rw-r--r--plugins/SimpleAR/src/Main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SimpleAR/src/Main.cpp b/plugins/SimpleAR/src/Main.cpp
index 13bf7cd492..8375b1e5df 100644
--- a/plugins/SimpleAR/src/Main.cpp
+++ b/plugins/SimpleAR/src/Main.cpp
@@ -216,7 +216,7 @@ INT addEvent(WPARAM hContact, LPARAM hDBEvent)
ProtoChainSend(hContact, PSS_MESSAGE, 0, pszUtf);
dbei.eventType = EVENTTYPE_MESSAGE;
- dbei.flags = DBEF_UTF | DBEF_SENT; //DBEF_READ;
+ dbei.flags = DBEF_UTF | DBEF_SENT;
dbei.szModule = pszProto;
dbei.timestamp = time(nullptr);
dbei.cbBlob = (int)mir_strlen(pszUtf) + 1;