mirror of
https://github.com/weechat/weechat.git
synced 2026-06-29 06:16:40 +02:00
Removed unused variables
This commit is contained in:
@@ -924,8 +924,6 @@ gui_redraw_window_status (t_gui_window *window)
|
||||
void
|
||||
gui_draw_window_infobar (t_gui_window *window)
|
||||
{
|
||||
t_gui_window *ptr_win;
|
||||
char format_more[32];
|
||||
time_t time_seconds;
|
||||
struct tm *local_time;
|
||||
char text[256];
|
||||
|
||||
@@ -924,8 +924,6 @@ gui_redraw_window_status (t_gui_window *window)
|
||||
void
|
||||
gui_draw_window_infobar (t_gui_window *window)
|
||||
{
|
||||
t_gui_window *ptr_win;
|
||||
char format_more[32];
|
||||
time_t time_seconds;
|
||||
struct tm *local_time;
|
||||
char text[256];
|
||||
|
||||
Reference in New Issue
Block a user