# HG changeset patch
# User Karl Heuer <kwzh@gnu.org>
# Date 819406786 0
# Node ID 0fa2712e3bbd6a10ba66c06657a7a2e5d3e6f779
# Parent  120c884de8a2e0fc86b772bea6161b0d2e6932ce
(syms_of_dosfns): delete the `dos-menubar-clock' and
`dos-timer-hooks' variables (the usual modeline time display now
works and `display-time-hook' can be used under DOS).

diff -r 120c884de8a2 -r 0fa2712e3bbd src/dosfns.c
--- a/src/dosfns.c	Tue Dec 19 20:57:15 1995 +0000
+++ b/src/dosfns.c	Tue Dec 19 20:59:46 1995 +0000
@@ -312,8 +312,6 @@
 
 Lisp_Object Vdos_version;
 Lisp_Object Vdos_display_scancodes;
-Lisp_Object Vdos_menubar_clock;
-Lisp_Object Vdos_timer_hooks;
   
 void
 init_dosfns ()
@@ -417,15 +415,6 @@
 The output format is: scan code:char code*modifiers.");
   Vdos_display_scancodes = Qnil;
   
-  DEFVAR_LISP ("dos-menubar-clock", &Vdos_menubar_clock,
-    "*When non-nil, the current time is displayed in the upper right\n\
-corner of the screen (typically at the end of the menu bar).");
-  Vdos_menubar_clock = Qt;
-  
-  DEFVAR_LISP ("dos-timer-hooks", &Vdos_timer_hooks,
-    "List of hooks which are run every second.");
-  Vdos_timer_hooks = Qnil;
-  
   DEFVAR_INT ("dos-hyper-key", &dos_hyper_key,
     "*If set to 1, use right ALT key as hyper key.\n\
 If set to 2, use right CTRL key as hyper key.");