From 817a735de075cfdb0196eeee8c90435a7cacf13a Mon Sep 17 00:00:00 2001 From: Sam Steingold Date: Wed, 19 Jan 2011 10:55:47 -0500 Subject: [PATCH] Fix an error introduced by the previous patch. --- src/ChangeLog | 1 + src/w32fns.c | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 99ab13d2995..5e50ddb59ee 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -2,6 +2,7 @@ * w32.c (check_windows_init_file): Remove declarations of Vwindow_system, Vload_path, Qfile_exists_p to fix compilation. + * w32fns.c: Fix an error introduced by the previous patch. 2011-01-19 Tom Tromey diff --git a/src/w32fns.c b/src/w32fns.c index f70f4d6ace5..8508e3313aa 100644 --- a/src/w32fns.c +++ b/src/w32fns.c @@ -89,8 +89,6 @@ extern const char *const lispy_function_keys[]; static unsigned hourglass_timer = 0; static HWND hourglass_hwnd = NULL; -#if 0 #endif - #ifndef IDC_HAND #define IDC_HAND MAKEINTRESOURCE(32649) #endif -- 2.11.4.GIT