mirror of
https://github.com/profanity-im/profanity.git
synced 2025-01-03 14:57:42 -05:00
Removed unused variable
This commit is contained in:
parent
732533ee5a
commit
e9aa4ea084
@ -51,7 +51,6 @@
|
|||||||
|
|
||||||
static GHashTable *windows;
|
static GHashTable *windows;
|
||||||
static int current;
|
static int current;
|
||||||
static int max_cols;
|
|
||||||
|
|
||||||
void
|
void
|
||||||
wins_init(void)
|
wins_init(void)
|
||||||
@ -59,7 +58,6 @@ wins_init(void)
|
|||||||
windows = g_hash_table_new_full(g_direct_hash, g_direct_equal, NULL,
|
windows = g_hash_table_new_full(g_direct_hash, g_direct_equal, NULL,
|
||||||
(GDestroyNotify)win_free);
|
(GDestroyNotify)win_free);
|
||||||
|
|
||||||
max_cols = getmaxx(stdscr);
|
|
||||||
ProfWin *console = win_create_console();
|
ProfWin *console = win_create_console();
|
||||||
g_hash_table_insert(windows, GINT_TO_POINTER(1), console);
|
g_hash_table_insert(windows, GINT_TO_POINTER(1), console);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user