1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-07 14:06:36 +01:00

move prompt help command to global_commands.c

This commit is contained in:
Jfreegman
2013-11-15 14:38:58 -05:00
parent c0d4070b96
commit e091b36b14
5 changed files with 47 additions and 51 deletions

View File

@@ -365,9 +365,6 @@ static void close_file_sender(Tox *m, int i)
static void do_file_senders(Tox *m)
{
if (num_file_senders == 0)
return;
int i;
for (i = 0; i < num_file_senders; ++i) {