mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05:00
Remove empty function.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4684 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
f5194e296d
commit
ac006c3442
@ -165,7 +165,6 @@ static void term_move_reset(int x, int y)
|
|||||||
void term_resize(int width, int height)
|
void term_resize(int width, int height)
|
||||||
{
|
{
|
||||||
if (width < 0 || height < 0) {
|
if (width < 0 || height < 0) {
|
||||||
terminfo_resize(current_term);
|
|
||||||
width = current_term->width;
|
width = current_term->width;
|
||||||
height = current_term->height;
|
height = current_term->height;
|
||||||
}
|
}
|
||||||
|
@ -384,12 +384,6 @@ static void term_fill_capabilities(TERM_REC *term)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Terminal was resized - ask the width/height from terminfo again */
|
|
||||||
void terminfo_resize(TERM_REC *term)
|
|
||||||
{
|
|
||||||
/* FIXME: is this possible? */
|
|
||||||
}
|
|
||||||
|
|
||||||
static void terminfo_colors_deinit(TERM_REC *term)
|
static void terminfo_colors_deinit(TERM_REC *term)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
|
@ -93,9 +93,6 @@ void terminfo_core_deinit(TERM_REC *term);
|
|||||||
terminal capabilities don't contain color codes */
|
terminal capabilities don't contain color codes */
|
||||||
void terminfo_setup_colors(TERM_REC *term, int force);
|
void terminfo_setup_colors(TERM_REC *term, int force);
|
||||||
|
|
||||||
/* Terminal was resized - ask the width/height from terminfo again */
|
|
||||||
void terminfo_resize(TERM_REC *term);
|
|
||||||
|
|
||||||
void terminfo_cont(TERM_REC *term);
|
void terminfo_cont(TERM_REC *term);
|
||||||
void terminfo_stop(TERM_REC *term);
|
void terminfo_stop(TERM_REC *term);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user