diff options
author | Sean Qureshi <stqism@risingstormgames.com> | 2013-08-07 00:26:21 -0700 |
---|---|---|
committer | Sean Qureshi <stqism@risingstormgames.com> | 2013-08-07 00:26:21 -0700 |
commit | c02e1a095cec0e76d500ec7f22763a928e361d00 (patch) | |
tree | 9eb9005b966973a3ad2df50c384601b3c9e04fd6 /testing/toxic | |
parent | ea969c6e420f93f47fc7bf9b52abbffdee696a49 (diff) |
Fixed flash killing beep
Diffstat (limited to 'testing/toxic')
-rw-r--r-- | testing/toxic/chat.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testing/toxic/chat.c b/testing/toxic/chat.c index 20c01620..344071f5 100644 --- a/testing/toxic/chat.c +++ b/testing/toxic/chat.c | |||
@@ -57,7 +57,6 @@ static void chat_onMessage(ToxWindow *self, int num, uint8_t *msg, uint16_t len) | |||
57 | 57 | ||
58 | self->blink = true; | 58 | self->blink = true; |
59 | beep(); | 59 | beep(); |
60 | flash(); | ||
61 | } | 60 | } |
62 | 61 | ||
63 | static void chat_onNickChange(ToxWindow *self, int num, uint8_t *nick, uint16_t len) | 62 | static void chat_onNickChange(ToxWindow *self, int num, uint8_t *nick, uint16_t len) |