From eb652396790696c3e9a475d19bcbe620b459b123 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Fri, 24 Sep 2010 05:35:55 +0200 Subject: Remove W32 API function pointer unused since 2005-02-15T23:19:26Z!jasonr@gnu.org. * w32fns.c (clipboard_sequence_fn): Don't declare. (globals_of_w32fns): Don't initialize it. --- src/ChangeLog | 6 ++++++ src/w32fns.c | 4 ---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index abe59f5671..b783d6b80f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2010-09-24 Juanma Barranquero + + Remove W32 API function pointer unused since 2005-02-15 (revno 2005-02-15T23:19:26Z!jasonr@gnu.org). + * w32fns.c (clipboard_sequence_fn): Don't declare. + (globals_of_w32fns): Don't initialize it. + 2010-09-23 Stefan Monnier * syntax.c (back_comment): Detect the case where a 1-char comment diff --git a/src/w32fns.c b/src/w32fns.c index f91ad94882..5e5f11c813 100644 --- a/src/w32fns.c +++ b/src/w32fns.c @@ -262,7 +262,6 @@ typedef BOOL (WINAPI * GetMonitorInfo_Proc) (IN HMONITOR monitor, OUT struct MONITOR_INFO* info); TrackMouseEvent_Proc track_mouse_event_fn = NULL; -ClipboardSequence_Proc clipboard_sequence_fn = NULL; ImmGetCompositionString_Proc get_composition_string_fn = NULL; ImmGetContext_Proc get_ime_context_fn = NULL; ImmReleaseContext_Proc release_ime_context_fn = NULL; @@ -7183,9 +7182,6 @@ globals_of_w32fns (void) */ track_mouse_event_fn = (TrackMouseEvent_Proc) GetProcAddress (user32_lib, "TrackMouseEvent"); - /* ditto for GetClipboardSequenceNumber. */ - clipboard_sequence_fn = (ClipboardSequence_Proc) - GetProcAddress (user32_lib, "GetClipboardSequenceNumber"); monitor_from_point_fn = (MonitorFromPoint_Proc) GetProcAddress (user32_lib, "MonitorFromPoint"); -- cgit v1.2.3