remove unused resurrect code

This commit is contained in:
Anthony Minessale
2012-08-22 14:27:27 -05:00
parent a6bdbb2c09
commit 33e642e98c
6 changed files with 2 additions and 34 deletions
+2 -2
View File
@@ -122,8 +122,8 @@ switch_io_routines_t crtp_io_routines = {
/*state_change*/ NULL,
/*read_video_frame*/ NULL,
/*write_video_frame*/ NULL,
/*state_run*/ NULL,
/* resurrect_session*/ NULL
/*state_run*/ NULL
};