From d97bf7aab0358d423cfc2b3a00079662fc821dff Mon Sep 17 00:00:00 2001 From: raveit65 Date: Wed, 1 Aug 2012 13:16:42 +0200 Subject: apply Should-set-RestartStyleHint-to-RestartIfRunning-wh.patch --- src/core/session.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/core/session.c') diff --git a/src/core/session.c b/src/core/session.c index 80d22365..232d818c 100644 --- a/src/core/session.c +++ b/src/core/session.c @@ -381,14 +381,6 @@ meta_session_shutdown (void) SmProp *props[1]; char hint = SmRestartIfRunning; - if (!meta_get_display ()) - { - meta_verbose ("Cannot close session because there is no display"); - return; - } - - warn_about_lame_clients_and_finish_interact (FALSE); - if (session_connection == NULL) return; -- cgit v1.2.1