[vte] vteapp: Remove unreachable code



commit 0154fbd0c78d0f6a0db8f50681ae2664c5cd2b12
Author: Christian Persch <chpe gnome org>
Date:   Thu Apr 24 12:31:04 2014 +0200

    vteapp: Remove unreachable code

 src/app.vala |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/app.vala b/src/app.vala
index 424ba15..66938cd 100644
--- a/src/app.vala
+++ b/src/app.vala
@@ -265,8 +265,6 @@ class Window : Gtk.ApplicationWindow
                                }
                                Posix.sleep(1);
                        }
-                       Posix._exit(0);
-                       break;
                }
                default: /* parent */
                        terminal.set_pty(pty);


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