summaryrefslogtreecommitdiff
path: root/toxcore/tox.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.h
parent83779a21eaf19bbf6aa5d61d8f59681a306e4f65 (diff)
Revert "Add correction message type"
This reverts commit e16d3894c5979fcfe1c57bf7dadc455ce690baf9 and commit c5976e37eaadf663dc3d0c18376ea023355048f3.
Diffstat (limited to 'toxcore/tox.h')
-rw-r--r--toxcore/tox.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/toxcore/tox.h b/toxcore/tox.h
index f4f3d066..567ce7e5 100644
--- a/toxcore/tox.h
+++ b/toxcore/tox.h
@@ -371,12 +371,6 @@ typedef enum TOX_MESSAGE_TYPE {
371 */ 371 */
372 TOX_MESSAGE_TYPE_ACTION, 372 TOX_MESSAGE_TYPE_ACTION,
373 373
374 /**
375 * Correction of the last message. With empty message body can be used to mark
376 * last message as deleted.
377 */
378 TOX_MESSAGE_TYPE_CORRECTION,
379
380} TOX_MESSAGE_TYPE; 374} TOX_MESSAGE_TYPE;
381 375
382 376