From 0bb8a777cfc0a3bc53c2c2830dd7e6e2baeeef38 Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Wed, 4 Nov 2015 14:10:08 -0500 Subject: Xsession: get rid of "custom" session custom is a magic name we used to allow for having the user decide their session by a ~/.xsession file. We no longer support that construct and haven't for many years. Instead, users who want that functionality can just add a xsession file to accomplish it. This commit just removes some left over cruft that never got cleaned up. --- common/gdm-common.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'common') diff --git a/common/gdm-common.h b/common/gdm-common.h index d0812ed3..8d83a124 100644 --- a/common/gdm-common.h +++ b/common/gdm-common.h @@ -31,8 +31,6 @@ expr; \ } while G_UNLIKELY (errno == EINTR); -#define GDM_CUSTOM_SESSION "custom" - GQuark gdm_common_error_quark (void); #define GDM_COMMON_ERROR gdm_common_error_quark() -- cgit v1.2.1