summaryrefslogtreecommitdiff
path: root/toxcore/tox.api.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/tox.api.h')
-rw-r--r--toxcore/tox.api.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/toxcore/tox.api.h b/toxcore/tox.api.h
index 7f3d8d4c..63959207 100644
--- a/toxcore/tox.api.h
+++ b/toxcore/tox.api.h
@@ -338,11 +338,6 @@ enum class MESSAGE_TYPE {
338 * on IRC. 338 * on IRC.
339 */ 339 */
340 ACTION, 340 ACTION,
341 /**
342 * Correction of the last message. With empty message body can be used to mark
343 * last message as deleted.
344 */
345 CORRECTION,
346} 341}
347 342
348 343