1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-06-29 13:57:45 +02:00

too much beeping

This commit is contained in:
Jfreegman 2013-09-21 02:47:12 -04:00
parent c413cb30d4
commit 1e44018d2e

View File

@ -115,7 +115,6 @@ static void groupchat_onGroupMessage(ToxWindow *self, Tox *m, int groupnum, int
wprintw(ctx->history, "%s\n", msg);
self->blink = true;
beep();
}
static void groupchat_onKey(ToxWindow *self, Tox *m, wint_t key)