diff options
Diffstat (limited to 'src/xsmfns.c')
-rw-r--r-- | src/xsmfns.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/xsmfns.c b/src/xsmfns.c index cb3773f7c40..0096110bd46 100644 --- a/src/xsmfns.c +++ b/src/xsmfns.c @@ -45,10 +45,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ /* Avoid "differ in sign" warnings */ #define SSDATA(x) ((char *) SDATA (x)) -/* The user login name. */ - -extern Lisp_Object Vuser_login_name; - /* This is the event used when SAVE_SESSION_EVENT occurs. */ static struct input_event emacs_event; |