[gnome-shell/gnome-3-6] recorder: Remove dead code



commit 0397a777136f4ec5baffd41c59df5d001ed3eb8d
Author: Adel Gadllah <adel gadllah gmail com>
Date:   Fri Nov 16 18:45:19 2012 +0100

    recorder: Remove dead code
    
    This calls are nops (we already called them a few lines above)
    so just remove them.

 src/shell-recorder.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/src/shell-recorder.c b/src/shell-recorder.c
index 9dd7482..adeb546 100644
--- a/src/shell-recorder.c
+++ b/src/shell-recorder.c
@@ -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 */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]