recorder: Remove dead code

This calls are nops (already called a few lines above) so just remove them.
This commit is contained in:
Adel Gadllah 2012-11-16 18:45:19 +01:00
parent e4b681a5a5
commit d1a9aec526

View File

@ -1701,9 +1701,6 @@ shell_recorder_close (ShellRecorder *recorder)
recorder->repaint_hook_id = 0;
}
recorder_remove_redraw_timeout (recorder);
recorder_close_pipeline (recorder);
recorder->state = RECORDER_STATE_CLOSED;
/* Release the refcount we took when we started recording */