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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user