mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
Remove unused variables.
git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@5032 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
0764675409
commit
afdb462c59
2 changed files with 3 additions and 5 deletions
|
|
@ -68,7 +68,7 @@ static void sig_window_create_override(gpointer tab)
|
|||
static void gui_window_created(WINDOW_REC *window, void *automatic)
|
||||
{
|
||||
MAIN_WINDOW_REC *parent;
|
||||
int empty_window, new_parent;
|
||||
int new_parent;
|
||||
|
||||
g_return_if_fail(window != NULL);
|
||||
|
||||
|
|
@ -84,8 +84,6 @@ static void gui_window_created(WINDOW_REC *window, void *automatic)
|
|||
}
|
||||
window_create_override = -1;
|
||||
|
||||
empty_window = parent->active == NULL;
|
||||
|
||||
if (parent->active == NULL) parent->active = window;
|
||||
window->gui_data = gui_window_init(window, parent);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue