diff options
Diffstat (limited to 'toxcore')
-rw-r--r-- | toxcore/Messenger.h | 4 | ||||
-rw-r--r-- | toxcore/tox.h | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/toxcore/Messenger.h b/toxcore/Messenger.h index 33d40f60..499964a7 100644 --- a/toxcore/Messenger.h +++ b/toxcore/Messenger.h | |||
@@ -142,9 +142,7 @@ USERSTATUS; | |||
142 | */ | 142 | */ |
143 | typedef enum { | 143 | typedef enum { |
144 | AVATARFORMAT_NONE, | 144 | AVATARFORMAT_NONE, |
145 | AVATARFORMAT_JPEG, | 145 | AVATARFORMAT_PNG |
146 | AVATARFORMAT_PNG, | ||
147 | AVATARFORMAT_GIF | ||
148 | } | 146 | } |
149 | AVATARFORMAT; | 147 | AVATARFORMAT; |
150 | 148 | ||
diff --git a/toxcore/tox.h b/toxcore/tox.h index df348659..f4527785 100644 --- a/toxcore/tox.h +++ b/toxcore/tox.h | |||
@@ -75,9 +75,7 @@ TOX_USERSTATUS; | |||
75 | */ | 75 | */ |
76 | typedef enum { | 76 | typedef enum { |
77 | TOX_AVATARFORMAT_NONE, | 77 | TOX_AVATARFORMAT_NONE, |
78 | TOX_AVATARFORMAT_JPEG, | 78 | TOX_AVATARFORMAT_PNG |
79 | TOX_AVATARFORMAT_PNG, | ||
80 | TOX_AVATARFORMAT_GIF | ||
81 | } | 79 | } |
82 | TOX_AVATARFORMAT; | 80 | TOX_AVATARFORMAT; |
83 | 81 | ||