1
0
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:
Jfreegman 2015-11-05 15:28:24 -05:00
parent 6cc1525daa
commit 0d07d14b13
No known key found for this signature in database
GPG Key ID: 3627F3144076AE63

View File

@ -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);
} }
/* /*