mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-22 20:53:01 +01:00
Remove unnecessary/misleading line print
This commit is contained in:
parent
6cc1525daa
commit
0d07d14b13
@ -226,13 +226,6 @@ void callback_video_starting(uint32_t friend_number)
|
|||||||
}
|
}
|
||||||
void callback_video_end(uint32_t friend_number)
|
void callback_video_end(uint32_t friend_number)
|
||||||
{
|
{
|
||||||
ToxWindow* windows = CallControl.prompt;
|
|
||||||
|
|
||||||
int i;
|
|
||||||
for (i = 0; i < MAX_WINDOWS_NUM; ++i)
|
|
||||||
if ( windows[i].is_call && windows[i].num == friend_number )
|
|
||||||
line_info_add(&windows[i], NULL, NULL, NULL, SYS_MSG, 0, 0, "Video capture ending.");
|
|
||||||
|
|
||||||
stop_video_transmission(&CallControl.calls[friend_number], friend_number);
|
stop_video_transmission(&CallControl.calls[friend_number], friend_number);
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user