[main] drop unused function

This commit is contained in:
Ray Strode 2009-08-05 22:52:39 -04:00
parent 230a37e550
commit 509254ec7d

View file

@ -140,13 +140,6 @@ switch_to_vt (int vt_number)
close (fd);
}
static void
on_session_begin (state_t *state,
ply_terminal_session_t *session)
{
ply_trace ("got begin on terminal session fd");
}
static void
on_session_output (state_t *state,
const char *output,