diff options
| author | raveit65 <[email protected]> | 2012-08-01 13:16:42 +0200 | 
|---|---|---|
| committer | raveit65 <[email protected]> | 2012-08-01 13:16:42 +0200 | 
| commit | d97bf7aab0358d423cfc2b3a00079662fc821dff (patch) | |
| tree | 1440f14f950a36dc2689cf3e76ec08534897d159 /src/core/session.c | |
| parent | 4877f47e6d29289e49a4e1b4a12e8b736711678c (diff) | |
| download | marco-d97bf7aab0358d423cfc2b3a00079662fc821dff.tar.bz2 marco-d97bf7aab0358d423cfc2b3a00079662fc821dff.tar.xz  | |
apply Should-set-RestartStyleHint-to-RestartIfRunning-wh.patch
Diffstat (limited to 'src/core/session.c')
| -rw-r--r-- | src/core/session.c | 8 | 
1 files changed, 0 insertions, 8 deletions
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;  | 
