recorder: Remove dead code

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

View File

@ -1689,9 +1689,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 */