recorder: Remove dead code
This calls are nops (already called a few lines above) so just remove them.
This commit is contained in:
parent
e4b681a5a5
commit
d1a9aec526
@ -1701,9 +1701,6 @@ shell_recorder_close (ShellRecorder *recorder)
|
|||||||
recorder->repaint_hook_id = 0;
|
recorder->repaint_hook_id = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
recorder_remove_redraw_timeout (recorder);
|
|
||||||
recorder_close_pipeline (recorder);
|
|
||||||
|
|
||||||
recorder->state = RECORDER_STATE_CLOSED;
|
recorder->state = RECORDER_STATE_CLOSED;
|
||||||
|
|
||||||
/* Release the refcount we took when we started recording */
|
/* Release the refcount we took when we started recording */
|
||||||
|
Loading…
Reference in New Issue
Block a user