aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32fns.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/w32fns.c')
-rw-r--r--src/w32fns.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/w32fns.c b/src/w32fns.c
index 28d13a68d45..745458d0a03 100644
--- a/src/w32fns.c
+++ b/src/w32fns.c
@@ -6699,8 +6699,6 @@ w32_display_info_for_name (Lisp_Object name)
6699 if (dpyinfo == 0) 6699 if (dpyinfo == 0)
6700 error ("Cannot connect to server %s", SDATA (name)); 6700 error ("Cannot connect to server %s", SDATA (name));
6701 6701
6702 XSETFASTINT (Vwindow_system_version, w32_major_version);
6703
6704 return dpyinfo; 6702 return dpyinfo;
6705} 6703}
6706 6704
@@ -6781,7 +6779,6 @@ DEFUN ("x-open-connection", Fx_open_connection, Sx_open_connection,
6781 error ("Cannot connect to server %s", SDATA (display)); 6779 error ("Cannot connect to server %s", SDATA (display));
6782 } 6780 }
6783 6781
6784 XSETFASTINT (Vwindow_system_version, w32_major_version);
6785 return Qnil; 6782 return Qnil;
6786} 6783}
6787 6784