summaryrefslogtreecommitdiff
path: root/toxcore/tox.api.h
diff options
context:
space:
mode:
authorDiadlo <polsha3@gmail.com>2018-02-02 15:00:06 +0300
committerDiadlo <polsha3@gmail.com>2018-02-02 15:00:43 +0300
commit99bfb9a4f2b15d3b5a9fe3878df2eb5e55c428aa (patch)
tree2954ae5e3b327d93343a082e869e9f159f2d0c08 /toxcore/tox.api.h
parent83779a21eaf19bbf6aa5d61d8f59681a306e4f65 (diff)
Revert "Add correction message type"
This reverts commit e16d3894c5979fcfe1c57bf7dadc455ce690baf9 and commit c5976e37eaadf663dc3d0c18376ea023355048f3.
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