diff options
author | Kim F. Storm <storm@cua.dk> | 2003-03-21 13:51:17 +0000 |
---|---|---|
committer | Kim F. Storm <storm@cua.dk> | 2003-03-21 13:51:17 +0000 |
commit | d9191744d0a7c970924eb191fb856b949d269b5b (patch) | |
tree | a9f84db301e02bceee071ea2cff34bd97a8fd25d /src/w32console.c | |
parent | f105f36f46ee88c52dc5387c923048d107714540 (diff) | |
download | emacs-d9191744d0a7c970924eb191fb856b949d269b5b.tar.gz |
Remove consolidated defines and code.
Diffstat (limited to 'src/w32console.c')
-rw-r--r-- | src/w32console.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/w32console.c b/src/w32console.c index 775630b8b0e..c784f804630 100644 --- a/src/w32console.c +++ b/src/w32console.c @@ -592,7 +592,6 @@ initialize_w32_display (void) read_socket_hook = w32_console_read_socket; mouse_position_hook = w32_console_mouse_position; - estimate_mode_line_height_hook = 0; /* Initialize interrupt_handle. */ init_crit (); |